{{-- @php $schools = [ [ 'id' => 1, 'name' => 'STI College Davao', 'image' => 'resources/img/school-logo/sti.png', 'is_featured' => true, ], [ 'id' => 2, 'name' => 'Ateneo De Davao University', 'image' => 'resources/img/school-logo/addu.png', 'is_featured' => true, ], [ 'id' => 3, 'name' => 'Holy Cross of Davao College', 'image' => 'resources/img/school-logo/hcdc.png', 'is_featured' => true, ], [ 'id' => 4, 'name' => 'University of Mindanao', 'image' => 'resources/img/school-logo/um.png', 'is_featured' => true, ], ]; @endphp --}}
@if (session('success')) @elseif (session('update')) @elseif ($errors->has('invalid')) @elseif (session('invalid')) @endif @if ($schools->isNotEmpty()) Add School @else

No Schools Yet.

Add School
@endif
{{-- #F53C11 - red --}} {{-- #F57D11 - orange --}}