| {{@$index+1}} |
{{@$currentUserFamilyPass->name}} |
{{@$currentUserFamilyPass->passport_number}} |
{{@$currentUserFamilyPass->relation->relation}} |
{{@($currentUserFamilyPass->visa_expiry_date)?date('d M, Y', strtotime($currentUserFamilyPass->visa_expiry_date)):'N/A'}} |
{{@($currentUserFamilyPass->passport_expiry_date)?date('d M, Y', strtotime($currentUserFamilyPass->passport_expiry_date)):'N/A'}} |
|
Document Copy
@if(@$currentUserFamilyPass->document_attachment_path)
@else
No file Found
@endif
Receipt Copy
@if(@$currentUserFamilyPass->receipt_attachment_path)
@else
No file Found
@endif
|
@endforeach