@push('styles_top') @endpush

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

@error('birthday')
{{ $message }}
@enderror
gender) and $user->gender == 'man') ? 'checked="checked"' : ''}} id="man" class="custom-control-input">
gender) and $user->gender == 'woman') ? 'checked="checked"' : ''}} class="custom-control-input">
{{-- Meetings Settings --}}

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

{{--
available_for_meetings) ? 'checked' : '' }}>
--}}
meeting_type) and $user->meeting_type == 'in_person') ? 'checked="checked"' : ''}} class="custom-control-input">
meeting_type) and $user->meeting_type == 'online') ? 'checked="checked"' : ''}} class="custom-control-input">
meeting_type) and $user->meeting_type == 'all') ? 'checked="checked"' : ''}} class="custom-control-input">
level_of_training) and is_array($user->level_of_training) and in_array('beginner',$user->level_of_training)) ? 'checked="checked"' : ''}} class="custom-control-input">
level_of_training) and is_array($user->level_of_training) and in_array('middle',$user->level_of_training)) ? 'checked="checked"' : ''}} class="custom-control-input">
level_of_training) and is_array($user->level_of_training) and in_array('expert',$user->level_of_training)) ? 'checked="checked"' : ''}} class="custom-control-input">
{{-- Forms --}} @if(!empty($formFieldsHtml))

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

{!! $formFieldsHtml !!}
@endif

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

@php $latitude = getDefaultMapsLocation()['lat']; $longitude = getDefaultMapsLocation()['lon']; if(!empty($user->location)) { $latitude = $user->location[0]; $longitude = $user->location[1]; } @endphp

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

{{ trans('update.instead_of_clicking_please_move_the_map') }}
@php $socials = getSocials(); if (!empty($socials) and count($socials)) { $socials = collect($socials)->sortBy('order')->toArray(); } $userSocials = !empty($user->socials) ? json_decode($user->socials, true) : []; @endphp @if(count($socials))

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

@foreach($socials as $socialKey => $socialValue) @if(!empty($socialValue['title']))
@if(!empty($socialValue['image'])) @else @endif
@endif @endforeach

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

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

@endif
@push('scripts_bottom') @endpush