@extends('web.default.layouts.app') @push('styles_top') @endpush @section('content')
@if((!empty($mapCenter) and is_array($mapCenter)))
@endif
@include('web.default.instructorFinder.components.top_filters')
@if($instructors->isNotEmpty()) @foreach($instructors as $instructor) @include('web.default.instructorFinder.components.instructor_card', ['instructor' => $instructor]) @endforeach @else @include('web.default.includes.no-result',[ 'file_name' => 'support.png', 'title' => trans('update.instructor_finder_no_result'), 'hint' => nl2br(trans('update.instructor_finder_no_result_hint')), ]) @endif
@include('web.default.instructorFinder.components.filters') @include('web.default.instructorFinder.components.time_filter') @include('web.default.instructorFinder.components.location_filters')
@endsection @push('scripts_bottom') @endpush