{{__('admin.KYC Details for')}} {{ $user->name }}

{{ ucfirst($user->kyc_status ?? __('admin.pending')) }}
@foreach($kycInformations as $field => $value) @if(is_array($value) && count($value) >= 2)
@if($value[1] == 'file') @elseif($value[1] == 'textarea') @else @endif
@endif @endforeach
@if($user->kyc_status != 1)
@csrf
@endif
@include('admin.kyc.modal')