{{ __('Identity Info') }}
@if(!empty($user_identity_details))
@if(cloudStorageExist() && in_array(Storage::getDefaultDriver(), ['s3', 'cloudFlareR2', 'wasabi']))
 }})
@else
 }})
@endif
| {{ __('National ID') }} |
{{ $user_identity_details->national_id_number ?? '—' }} |
| {{ __('Doc. Type') }} |
{{ $user_identity_details->verify_by ?? '—' }} |
| {{ __('Country') }} |
{{ optional($user_identity_details->user_country)->country ?? '—' }} |
@if(!moduleExists('CoinPaymentGateway'))
| {{ __('State') }} |
{{ optional($user_identity_details->user_state)->state ?? '—' }} |
| {{ __('City') }} |
{{ optional($user_identity_details->user_city)->city ?? '—' }} |
| {{ __('Zipcode') }} |
{{ $user_identity_details->zipcode ?? '—' }} |
@endif
| {{ __('Address') }} |
{{ $user_identity_details->address ?? '—' }} |
@else
{{ __('No identity information submitted.') }}
@endif