@extends('layouts.pdf_report') @section('page_title') OSAA - Report @stop @section('style') @stop @section('jquery_init') @stop @section('body')
| {{ $district->name }} ({{ count($district->schools) }}) | @foreach ($district->schools as $school) @if (Helpers::strEqual($district_id, "NONE") and $sub_index == $sub_break) |
| No School District (Continued) |
@endif
{{ $school }} @endforeach |