@lang('admin::educators.review_documents')
@if($profile)
@lang('admin::educators.review_identity')

@lang('admin::educators.identity_type_label'): {{ $profile->identity_type === 'national_id' ? __('admin::educators.identity_national_id') : __('admin::educators.identity_passport') }} | @lang('admin::educators.identity_number_label'): {{ $profile->identity_id }}

{{ $profile->identity_status->trans() }}
@if($identityFiles)
@foreach($identityFiles as $file)
{{ $file->type }}
{{ $this->getCollectionLabel($file->collection_name) }}
@endforeach
@else

@lang('admin::educators.no_identity_images')

@endif
@endif
@lang('admin::educators.other_documents')
@if($otherFiles->isNotEmpty())
@foreach($otherFiles as $file) @endforeach
@lang('admin::educators.file_type')@lang('admin::educators.original_name')@lang('admin::educators.upload_date')@lang('admin::educators.action')
{{ $this->getCollectionLabel($file->collection_name ?: $file->type) }} {{ $file->original_name }} {{ $file->created_at->format('Y-m-d') }} @lang('admin::educators.view_upload')
@else

@lang('admin::educators.no_documents_uploaded')

@endif