{{__('User Identity Info')}}
@if(!empty($user_identity_details)) front-img back-img

{{ __('National ID:') }}{{ $user_identity_details->national_id_number ?? '' }}

{{ __('Documents Type:') }}{{ $user_identity_details->verify_by ?? '' }}

{{ __('Country:') }}{{ optional($user_identity_details->user_country)->country ?? '' }}

@if(moduleExists('CoinPaymentGateway')) @else

{{ __('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 Information') }}

@endif