@if (!$dhawasuma)
Application data not found!
@else

Customer: {{ $dhawasuma->customer->name ?? 'N/A' }}

@if ($dhawasuma->id ?? false)
@if (($dhawasuma->status ?? '') == 'approved')
Approved by: {{ $dhawasuma->approvedBy->name ?? 'Unknown' }}
@else
@csrf
@csrf
@endif
@endif
Applicants Information for {{ $application->id }}

@foreach ($dhawasuma->fullnames ?? [] as $index => $name) @endforeach @if (empty($dhawasuma->fullnames)) @if (empty($dhawasuma->file))
A file already exists for this application. Do you want to upload/send again?
@csrf
@endif
@if ($dhawasuma->file ?? true)
Officer Attached File
Download
Customer Attached File
@if ($dhawasuma->customer_file ?? true) @if ($dhawasuma->status !== 'approved')
@csrf
@endif @endif @else
Officer Attached File
@endif
@endif
@endif