{{$identity->user_id}}
{{$identity->identity_document}}
{{$identity->identity_document_back}}
{{$identity->address_document}}
{{$identity->address_document_back}}
{{$identity->photo_document}}
Identity Information
@if($identity->first_name)
First Name {{$identity->first_name}}
@endif
@if($identity->middle_name)
Middle Name {{$identity->middle_name}}
@endif
@if($identity->last_name)
Last Name (Surname) {{$identity->last_name}}
@endif
@if($identity->birth_date)
Date of Birth {{$identity->birth_date}}
@endif
@if($identity->identity_document_name)
Name of the identiy document {{$identity->identity_document_name}}
@endif
@if($identity->identity_number)
Identity Number {{$identity->identity_number}}
@endif
@if($identity->identity_issued_by)
Issued By {{$identity->identity_issued_by}}
@endif
@if($identity->identity_expiry_date)
Identity Expiry Date {{$identity->identity_expiry_date}}
@endif
@if($identity->nationality)
Nationality {{$identity->nationality}}
@endif
@if($identity->place_of_birth)
Place of Birth {{$identity->place_of_birth}}
@endif
@if($identity->gender)
Gender {{$identity->gender}}
@endif
Address Information
@if($identity->address_document_name)
Name of the address identity document {{$identity->address_document_name}}
@endif
@if($identity->address_details)
Address Details {{$identity->address_details}}
@endif
@if($identity->city)
City {{$identity->city}}
@endif
@if($identity->state)
State/Province {{$identity->state}}
@endif
@if($identity->zip)
Zip {{$identity->zip}}
@endif
@if($identity->country)
Country {{$identity->country}}
@endif
@if($identity->address_identity_number)
Address proof identity number {{$identity->address_identity_number}}
@endif
@if($identity->address_issued_by)
Address issued by {{$identity->address_issued_by}}
@endif