@if(Session::has('success'))
{{ Session::get('success') }}
@endif
@if(Session::has('errors'))
{{ Session::get('errors') }}
@endif
| Round Number |
Payments Date |
Round Status |
Action |
@foreach($round as $key=>$val)
| {{$keep}} |
{{$val->payments_date}} |
@if($val->payment_status == 1)
Complete
@else
Incomplete
@endif
|
@if($val->withdrwal == 1)
@endif
@if($val->withdrwal == 0 && $total>=$circle->target_achive && $val->payment_status == 1 && $btn == 0)
@endif
|
@endforeach