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

{{ $title }}

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