{{ __('general.all_identity_verification') .' ('. $users->total() .')'}}
@if( !$users->isEmpty() )
{{ $users->links('pagination.custom') }}
@else
@endif
{{ __('#' )}} | {{ __('general.name' )}} | {{ __('identity.country')}} | {{ __('identity.gaurdian_info' )}} | {{ __('identity.school_info' )}} | {{ __('identity.identity_document' )}} | {{ __('identity.status' )}} | {{__('identity.action' )}} |
---|---|---|---|---|---|---|---|
{{ $single?->id }} | {{ $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?->status }}
|