@include('dashboard.admin.user.partials.account_options_and_status')
@slot('header')
User {{ $title }} Management
@endslot
- Document Type:
- {{ $user->document_type }}
- Document (Front):
-
@if ($user->front_side)
View Front
@else
N/A
@endif
- Document (Back):
-
@if ($user->back_side)
View Back
@else
N/A
@endif
- Status:
-
{{ $user->kyc->label() }}
@if ($user->kycIsPendingAndHasDocument())
@endif
@endsection