@extends('layouts.admissions') @section('content')
@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))
@foreach($students as $c) @endforeach()
# Course Qualified
{{$coun++}} {{$c->course}} {{$c->apps+$tot}}
Total {{number_format($sum+$tot)}}
@else
No Data Available
@endif

 

@if(!empty($belowstudents))
@foreach($belowstudents as $c) @endforeach()
Below
{{$c->apps}}
{{number_format($coun)}}
@else
No Data Available
@endif

 

@if(!empty($allstds))
@foreach($allstds as $c) @endforeach()
Total
{{$c->allapps+$tot}}
{{number_format($count+$tot)}}
@else
No Data Available
@endif
@stop