@if(!empty($schools)) @foreach($schools as $school)
{{ mb_substr($school->name, 0, 1, 'utf-8') }}
{{$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

@endforeach @else

It's empty here!

@endif