{{$kyc->first_name}}
{{$kyc->last_name}}
{{$kyc->other_names ?? '-'}}
{{$kyc->date_of_birth->format('d M Y')}}
{{$kyc->user->bvn ?? '-'}}
{{$kyc->address ?? '-'}}
{{ucfirst(str_replace("_", " ", $kyc->document_type)) ?? '-'}}
{{$kyc->document_number ?? '-'}}
{{$kyc->gender ?? '-'}}
{{$kyc->occupation ?? '-'}}