@extends('admin.layout.master') @section('content')
{{ Session::get('success') }}
{{ Session::get('errors') }}
| # | Circle Code |
Target Achive |
Round Set |
Periodecaly Of Round |
Engaged Users |
Suspended at Round |
Start Date |
Circle Settle. 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->completed_round + 1}} | {{$val->start_date}} | @if($val->status == 3 || $val->status == 4) @else @endif |