@include('dashboard.admin.user.partials.account_options_and_status')
- ID Type:
- {{ $user->id_type ? $user->id_type->label() : 'N/A' }}
- ID (Front):
-
@if ($user->id_front)
View Front
@else
N/A
@endif
- ID (Back):
-
@if ($user->id_back)
View Back
@else
N/A
@endif
- Status:
-
{{ $user->kyc_status->label() }}
@if ($user->kycPendingAndHasDocument())
@endif
@endsection