@extends('web.default.layouts.app',['appFooter' => false]) @section('content')

{{ trans('update.looking_for_an_instructor') }}

{{ trans('update.looking_for_an_instructor_hint') }}

{{ $instructorsCount }} {{ trans('home.instructors') }}
{{ $organizationsCount }} {{ trans('home.organizations') }}
{{ $citiesCount }} {{ trans('update.cities') }}
@php $prevStep = $step - 1; @endphp
@if(!empty(request()->all()) and count(request()->all())) @foreach(request()->all() as $param => $value) @if($param !== 'step') @endif @endforeach @endif @include('web.default.instructorFinder.wizard.step_'.$step) @php $prevUrl = "/instructor-finder/wizard"; if ($step == 2) { $prevUrl .= "?step={$prevStep}"; } elseif ($step == 3) { $prevUrl .= "?step={$prevStep}&category_id=". request()->get('category_id'); }elseif ($step == 4) { $prevUrl .= "?step={$prevStep}&category_id=" . request()->get('category_id') . '&level_of_training=' . request()->get('level_of_training'); } @endphp
{{ trans('update.prev') }}
@endsection @push('scripts_bottom') @endpush