@extends('dashboard.admin.layouts.app') @section('content')

{{ $title }}

@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())
@csrf @method('PATCH')
@csrf @method('PATCH')
@endif
@endsection