@slot('title') {{ __('identity.title') }} @endslot @include('livewire.pages.common.profile-settings.tabs')
@if(empty($identity))

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

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

@if($isLoading) @include('skeletons.identity-verification') @else
$errors->has('form.name')])>
$errors->has('form.dateOfBirth')])>
@if($enableGooglePlaces == '1')
$errors->has('form.address')])>
@else @if (!empty($countries))
$errors->has('form.country')])>
@endif @if(!empty($form->country) && count($states) > 0)
$errors->has('form.state')])>
@endif
$errors->has('form.city')])>
$errors->has('form.zipcode')])>
@endif
@if(!empty($form->image))
@if (method_exists($form?->image,'temporaryUrl')) @else @endif @if (method_exists($form->image,'temporaryUrl')) {{ basename(parse_url($form?->image->temporaryUrl(), PHP_URL_PATH)) }} @endif
@endif
@if($user->hasRole('tutor'))
@if(!empty($form->identificationCard))
@if (method_exists($form->identificationCard,'temporaryUrl')) @else @endif @if (method_exists($form->identificationCard,'temporaryUrl')) {{ basename(parse_url($form->identificationCard->temporaryUrl(), PHP_URL_PATH)) }} @endif
@endif
@endif @if($user->hasRole('student'))
$errors->has('form.schoolId')])>
$errors->has('form.schoolName')])>
@if(!empty($form->transcript))
@if (method_exists($form->transcript,'temporaryUrl')) @else @endif @if (method_exists($form->transcript,'temporaryUrl')) {{ basename(parse_url($form->transcript->temporaryUrl(), PHP_URL_PATH)) }} @endif
@endif
$errors->has('form.parentName')])>
$errors->has('form.parentEmail')])>
$errors->has('form.parentPhone')])>
@endif
{{ __('profile.latest_changes_the_live') }} {{ __('profile.save_update') }}
@endif
@elseif(!empty($profile->verified_at))
{{ __('identity.hurray') }}

{{ __('identity.complete_verification') }}

@else
{{ __('identity.woohoo') }}

{{ __('identity.pending_submit_doc') }}

{{ __('identity.cancel_reupload') }}
@endif
@push('scripts') @if($enableGooglePlaces == '1') @endif @endpush @push('scripts') @if($enableGooglePlaces == '1') @endif @endpush @push('styles') @vite([ 'public/css/flatpicker.css', 'public/css/flatpicker-month-year-plugin.css' ]) @endpush