@push('styles_top')
@endpush
{{ csrf_field() }}
{{ trans('update.gender') }}:
gender) and $user->gender == 'man') ? 'checked="checked"' : ''}} id="man" class="custom-control-input">
{{ trans('update.man') }}
gender) and $user->gender == 'woman') ? 'checked="checked"' : ''}} class="custom-control-input">
{{ trans('update.woman') }}
{{ trans('update.age') }}:
{{ trans('update.meeting_type') }}:
meeting_type) and $user->meeting_type == 'in_person') ? 'checked="checked"' : ''}} class="custom-control-input">
{{ trans('update.in_person') }}
meeting_type) and $user->meeting_type == 'online') ? 'checked="checked"' : ''}} class="custom-control-input">
{{ trans('update.online') }}
meeting_type) and $user->meeting_type == 'all') ? 'checked="checked"' : ''}} class="custom-control-input">
{{ trans('public.all') }}
{{ trans('update.level_of_training') }}:
level_of_training) and is_array($user->level_of_training) and in_array('beginner',$user->level_of_training)) ? 'checked="checked"' : ''}} class="custom-control-input">
{{ trans('update.beginner') }}
level_of_training) and is_array($user->level_of_training) and in_array('middle',$user->level_of_training)) ? 'checked="checked"' : ''}} class="custom-control-input">
{{ trans('update.middle') }}
level_of_training) and is_array($user->level_of_training) and in_array('expert',$user->level_of_training)) ? 'checked="checked"' : ''}} class="custom-control-input">
{{ trans('update.expert') }}
{{ trans('update.region') }}
{{ trans('update.country') }}:
{{ trans('update.select_country') }}
@if(!empty($countries)) @foreach($countries as $country) @php $country->geo_center = \Geo::get_geo_array($country->geo_center); @endphp
country_id == $country->id) or old('country_id') == $country->id) ? 'selected' : '' }}>{{ $country->title }}
@endforeach @endif
{{ trans('update.province') }}:
{{ trans('update.select_province') }}
@if(!empty($provinces)) @foreach($provinces as $province) @php $province->geo_center = \Geo::get_geo_array($province->geo_center); @endphp
province_id == $province->id) or old('province_id') == $province->id) ? 'selected' : '' }}>{{ $province->title }}
@endforeach @endif
{{ trans('update.city') }}:
{{ trans('update.select_city') }}
@if(!empty($cities)) @foreach($cities as $city) @php $city->geo_center = \Geo::get_geo_array($city->geo_center); @endphp
city_id == $city->id) or old('city_id') == $city->id) ? 'selected' : '' }}>{{ $city->title }}
@endforeach @endif
{{ trans('update.district') }}:
{{ trans('update.select_district') }}
@if(!empty($districts)) @foreach($districts as $district) @php $district->geo_center = \Geo::get_geo_array($district->geo_center); @endphp
district_id == $district->id) or old('district_id') == $district->id) ? 'selected' : '' }}>{{ $district->title }}
@endforeach @endif
{{ trans('update.address') }}:
{{ trans('update.select_location') }}
{{ trans('update.select_location_hint') }}
{{ trans('admin/main.submit') }}
@push('scripts_bottom') @endpush