@if (session()->has('success')) @endif @if (session()->has('error')) @endif
@error('yearid') {{ $message }} @enderror
@error('yearid') {{ $message }} @enderror
@error('zoneid') {{ $message }} @enderror
{{--
@error('zoneid') {{ $message }} @enderror
--}}
@error('schooltypeid') {{ $message }} @enderror
@if ($schools != null)
@if ($schools != null) @foreach ($schools as $index => $school) @php $students = $school->students ->where('examyear_id', $yearid) ->where('examtype_id', $examtypeid) ->count() ?? 0; @endphp {{-- --}} @endforeach @endif
S/N School Address No. of Students
{{ $index + 1 }} {{ $school->name }} {{ $school->address }}{{ $students }} Print
@endif