@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') }}
@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)
{{ trans('update.prev') }}
@endsection @push('scripts_bottom') @endpush