@foreach ($hawasumaData['fullnames'] as $index => $name)
@if (isset($hawasumaData['photo_paths'][$index]) && $hawasumaData['photo_paths'][$index]) Applicant Photo @if ($user->chapa) Official Stamp @endif @else
No Photo
@endif

Waaijira Dhimma Hojjataa fi Havvasummaaa

Bulchiinsa Magaalaa Adaamaa
Eenummeessa Hojii Dhabdootaa
Maqaa Guntuu: {{ $name ?? '______' }} Gender: {{ ucfirst($hawasumaData['genders'][$index] ?? '______') }} Umurii: {{ $hawasumaData['ages'][$index] ?? '______' }}
Teesso: {{ $application->address ?? '______' }} Aanaa: {{ $application->district ?? '______' }} National ID: {{ $hawasumaData['id_numbers'][$index] ?? 'N/A' }}
Jobless ID: {{ $hawasumaData['hw_ids'][$index] ?? 'N/A' }} Haala Qaamaa: 1 Guyyaa: {{ now()->format('M d, Y') }}
Bilbila: {{ $hawasumaData['phones'][$index] ?? '______' }}
Maqaa Oggessa: {{ $user->name ?? 'N/A' }}
@if ($user->signature || $user->chapa || $user->titter) @if ($user->titter) Official Seal @endif @if ($user->signature) Signature @endif @endif

Hubachiisa

  1. Kardii kun waggaa tokkoof qofa tajajila
  2. Hojii dhabaan yammuu hojii argatu dhabbataaf gali godhee...
@endforeach
Officer Approval Status
@if ($application->status === 'approved')
This application has been approved on {{ $application->updated_at->format('M d, Y') }}.
@if ($application->approval_message)
Approval Note:

{{ $application->approval_message }}

@endif @if ($application->final_file_path)
Final Approved Document: Document is available in the system records
@endif @elseif($application->status === 'rejected')
This application was rejected on {{ $application->updated_at->format('M d, Y') }}.
@if ($application->rejection_reason)
Reason for Rejection:

{{ $application->rejection_reason }}

@endif @else
This application is pending approval.
@endif