@extends('components.customer_layout') @section('customer-content') {{--
Add Site Info
--}}

Afoosha Request #{{ $application->application_number }}

Customer Information

Customer Name: {{ $application->customer->name }}

Customer Email: {{ $application->customer->email }}

Address Information

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

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

City: {{ $application->city }}

Affosha Info

afoosha_description: {{ $application->afoosha_description }}

Agenda description: {{ $application->agenda_description }}

@if($application->file_type)
Uploaded File

Download File

@else

No file uploaded for this Afoosha agreement.

@endif
@endsection