@extends('admin.layout.master') @section('content')
{{ Session::get('success') }}
{{ Session::get('errors') }}
| # | Circle Code |
Target Achive |
Round Set |
Periodecaly Of Round |
Engaged Users |
No Of Round |
Start Date |
Status | |
|---|---|---|---|---|---|---|---|---|---|
| {{$key+1}} | {{$val->circle_code}} | {{$val->target_achive}} | {{$val->round_set}} | {{$val->p_round}} |
@foreach($val->getUsers as $key=>$value)
{{ucfirst($value->username)}}
@endforeach |
{{$val->estimate_round}} | {{$val->start_date}} |
@if($val->no_of_member == $val->count)
Completed @elseif($val->usercount > 0)Rejected @else @if($val->status == 0)Waiting @elseif($val->status == 1)On-Going @elseif($val->status == 2)Block @elseSuspend @endif @endif |
@if($val->usercount == 0) @if($val->status==0 || $val->status==1 && $val->estimate_round!=$val->completed_round) @endif @if($val->estimate_round!=$val->completed_round && $val->status != 3) @endif @else @endif |