{{ __('general.all_identity_verification') .' ('. $users->total() .')'}}

@if( !$users->isEmpty() ) @foreach($users as $single) @endforeach
{{ __('#' )}} {{ __('general.name' )}} {{ __('identity.country')}} {{ __('identity.gaurdian_info' )}} {{ __('identity.school_info' )}} {{ __('identity.identity_document' )}} {{ __('identity.status' )}} {{__('identity.action' )}}
{{ $single?->id }}
@if (!empty($single?->personal_photo) && Storage::disk(getStorageDisk())->exists($single?->personal_photo)) {{$single?->personal_photo}} @else {{ $single?->personal_photo }} @endif {{ $single->name }}
{{ $single?->address?->country?->name ? $single?->address?->country?->name : '-' }} {{ $single?->parent_name ?? '-' }}
{{ $single?->parent_phone}}
{{ $single?->parent_email}}
{{$single->parent_verified_at && "Verified"}}
{{ $single?->school_id ?? '-' }}
{{ $single?->school_name}}
@if (!empty($single?->attachments) && Storage::disk(getStorageDisk())->exists($single?->attachments)) {{$single?->attachments}} @elseif (!empty($single?->transcript) && Storage::disk(getStorageDisk())->exists($single?->transcript)) {{$single?->transcript}} @else {{ $single?->attachments }} @endif {{ $single?->status }}
{{ $users->links('pagination.custom') }} @else @endif