@if (count($errors) > 0)
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if (session('status'))
{{ session('status') }}
@endif
@if(!empty($status)){{$status}} @endif
@if(!empty($students))
# |
Course |
Qualified |
@foreach($students as $c)
{{$coun++}} |
{{$c->course}} |
{{$c->apps+$tot}} |
@endforeach()
|
Total |
{{number_format($sum+$tot)}}
|
@else
@endif
@if(!empty($belowstudents))
Below |
@foreach($belowstudents as $c)
{{$c->apps}} |
@endforeach()
{{number_format($coun)}}
|
@else
@endif
@if(!empty($allstds))
Total |
@foreach($allstds as $c)
{{$c->allapps+$tot}} |
@endforeach()
{{number_format($count+$tot)}}
|
@else
@endif