@if(!empty($guarantors))
@foreach($guarantors as $guarantor)
| {{++$no}} |
{{ $guarantor->customer->customer_id_no ?? '' }} |
{{ $guarantor->customer->name ?? '' }} |
{{ $guarantor->name ?? ''}} |
{{ ($guarantor->father_name) ? $guarantor->father_name : 'N/A' }} |
{{ ($guarantor->spouse_name) ? $guarantor->spouse_name : 'N/A' }} |
{{ ($guarantor->email) ? $guarantor->email : 'N/A' }} |
{{ ($guarantor->phone) ? $guarantor->phone : 'N/A' }} |
{{ ($guarantor->relation) ? $guarantor->relation : 'N/A' }} |
{{ ($guarantor->national_id) ? $guarantor->national_id : 'N/A' }} |
 
 
|
@endforeach
@endif