🔥 Application Details - #{{ $civilreg->application_number }}

@if($civilreg->status =='approved') @elseif($civilreg->status =='rejected') @else
@csrf @method('put')
@endif
Customer Details

Name: {{ $civilreg->customer->full_name }}

Age Range: {{ $civilreg->age_range }}

City: {{ $civilreg->city }}

Address Information

Subcity: {{ $civilreg->subcity->name }}

Woreda: {{ $civilreg->woreda->name }}

Application Status

Level: {{ $civilreg->level }}

Service: {{ $civilreg->service->name }}

Status: @if($civilreg->approved_by) Approved @elseif($civilreg->rejected_by) Rejected @else Pending @endif

Approval Details

Approved By: {{ $civilreg->approvedByTeamLeader->name ?? 'N/A' }}

Approved Date: {{ $civilreg->approved_at ?? 'N/A' }}

Description: {{ $civilreg->approved_description ?? 'N/A' }}

Rejection Details

Rejected By: {{ $civilreg->rejected_by ?? 'N/A' }}

Rejected Date: {{ $civilreg->rejected_at ?? 'N/A' }}

Reason: {{ $civilreg->rejected_description ?? 'N/A' }}

Uploaded Files

@if($civilreg->files) đź“‚ Download File @else

No files uploaded.

@endif
@if($civilreg->service->name == "Galmee Gaa'elaa" || $civilreg->service->name == "Galmee Hiikkaa Gaa'eelaa")
Photos

Suura Abbaa Warraa

@if($civilreg->photo) @else

No photo available

@endif

Suura Haadha Warraa

@if($civilreg->wife_photo) @else

No photo available

@endif
@endif