{{$acad_type}}
AY {{$school_year}} - {{$school_year_p}}


@if(count($lists)>0) @foreach($lists as $list) @endforeach
LAST SCHOOL ATTENDED PASSED FAILED NO RESULT
{{$list->last_school}} {{$list->passed}}
Notice: Undefined variable: list in D:\xampp\htdocs\dmmc\resources\views\guidance\ajax\getexamstatistics.blade.php on line 14

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\resources\views\guidance\ajax\getexamstatistics.blade.php on line 14
{{$list->failed}}
Notice: Undefined variable: list in D:\xampp\htdocs\dmmc\resources\views\guidance\ajax\getexamstatistics.blade.php on line 15

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\resources\views\guidance\ajax\getexamstatistics.blade.php on line 15
{{$list->no_result}}
Notice: Undefined variable: list in D:\xampp\htdocs\dmmc\resources\views\guidance\ajax\getexamstatistics.blade.php on line 16

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\resources\views\guidance\ajax\getexamstatistics.blade.php on line 16
GRAND TOTAL {{$totalpassed}} {{$totalfailed}} {{$totalnoresult}}


@else
Nothing to show.
@endif