Schools

Show Map

{{$all_schools}} Schools currently active

@foreach ($schools as $school)
@if($school->profile_photo) profile_photo")}}" alt="" width="54" height="54"> @else @endif
@if($school->cover_photo) cover_photo")}}" alt="#"> @else # @endif

{{$school->title}}

{{ Str::limit($school->overview, 100) }}

#{{count($school->jobs)}} Jobs

# @if($school->city) {{$school->city->title}} / @if($school->city->region) {{$school->city->region->title}} @endif @endif
{{--
9hr ago
--}}
Open Link Here
@endforeach
{{ $schools->onEachSide(1)->links() }}
{{-- map --}}
Close Map
{{-- end map --}}
@push('modals') @livewire('dashboard.popup-modals.filter') @endpush @push('scripts') @endpush