Schools
These are independent schools that signed up.
@if(!empty($schools))
@foreach($schools as $school)
@endforeach
@else
@endif
{{$school->name}}
{{$school->email}} @if ( !empty($school->phone) ) {{ $school->phone }} @else Phone not set @endif{{ $school->students }} Active Students
{{ $school->instructors }} Instructors
{{ $school->branches }} Branches
@if ( !empty($school->address) ) {{ $school->address }} @else Address not set @endif