@slot('title') {{ __('profile.personal_details') }} @endslot @include('livewire.pages.common.profile-settings.tabs')

{{ __('profile.personal_details') }}

{{ __('profile.personal_detail_desc') }}

@if($isLoading) @include('skeletons.personal-details') @else
$errors->has('form.first_name')])>
$errors->has('form.last_name')])>
@role('tutor')
$errors->has('form.tagline'), 'form-control_wrap'])>
@if($isProfileKeywordsMendatory)
$errors->has('form.keywords'), 'form-control_wrap'])>
@endif @endrole
@if($enableGooglePlaces == '1') $errors->has('form.address')]) > @else
@if(!empty($form->country) && $states?->isNotEmpty())
@endif
@endif
@if (!empty( $form->user_languages))
    @foreach ( $form->user_languages as $language_id )
  • {{ $languages[$language_id] }}
  • @endforeach
@endif
@if(setting('_ai_writer_settings.enable_on_profile_settings') == '1') @endif
@if(!empty($form->image))
{{ $form->imageName }} @if( $form->isBase64 ) {{ $form->imageName }} @else {{ basename(parse_url(url(Storage::url($form->image)), PHP_URL_PATH)) }} @endif
@endif
@role('tutor')
@if(!empty($form->intro_video) || !empty($introVideo)) @php $videoUrl = !$errors->has('introVideo') && !empty($introVideo) && method_exists($introVideo,'temporaryUrl') ? $introVideo->temporaryUrl() : url(Storage::url($form->intro_video)); @endphp @if(!empty($videoUrl))
@if(!empty($form->intro_video))
{{ __('profile.intro_video') }}
@else
{{ __('profile.intro_video') }}
@endif {{ basename($videoUrl, PHP_URL_PATH) }}
@endif @endif
@if (!empty(setting('_social.platforms'))) @foreach (setting('_social.platforms') as $platform)
@endforeach @endif @endrole
{{ __('profile.latest_changes_the_live') }} {{ __('general.save_update') }}
@endif
@push('styles') @vite([ 'public/css/croppie.css', 'public/summernote/summernote-lite.min.css', 'public/css/venobox.min.css', ]) @endpush @push('scripts') @if($enableGooglePlaces == '1') @endif @endpush @push('scripts') @if($enableGooglePlaces == '1') @endif @endpush