@extends('components.customer_layout') @section('customer-content')

Application Details : {{ $complaint->service->name }} @if($complaint->status !== 'approved' && $complaint->status !== 'rejected') @if($complaint->service->name == "Galmee Dhaloota") Edit @endif @endif

@if($complaint->status == 'approved') Print @else {{ ucfirst($complaint->status) }} @endif
Adama City Administration

Adama City Administration

{{$complaint->office->name}}

Contact Information
  • Country: Ethiopia
  • Region: Oromia
  • Zone: East Shewa
  • City: Adama
  • Email: adamacity@gov.et
  • Tel: +251-12-34-56-67
  • Fax: +251-551-45-22
  • Address: Adama City St, 01, Derartu Street
Customer Information
@if($complaint->status == 'approved') @endif @if($complaint->status == 'rejected') @endif
Customer Name:{{ $complaint->customer->full_name }}
Office:{{ $complaint->office->name }}
Service:{{ $complaint->service->name }}
App Status: {{ ucfirst($complaint->status) }}
Created At:{{ \Carbon\Carbon::parse($complaint->created_at)->format('d M, Y H:i A') }}
Application Number:{{ $complaint->application_number }}
Description:{{ $complaint->description }}
Approved By:{{ $complaint->approvedByTeamLeader->name ?? 'N/A' }}
Approved At:{{ \Carbon\Carbon::parse($complaint->approved_at)->format('d M, Y H:i A') }}
Rejected By:{{ $complaint->rejected_by->name ?? 'N/A' }}
Approved At:{{ \Carbon\Carbon::parse($complaint->approved_at)->format('d M, Y H:i A') }}
Rejection Reason:{{ $complaint->rejection_reason }}
Uploaded Files

@if($complaint->files) 📂 Download File @else

No files uploaded.

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

Suura Abbaa Warraa

@if($complaint->photo) @else

No photo available

@endif

Suura Haadha Warraa

@if($complaint->wife_photo) @else

No photo available

@endif
@endif
@endsection