{{--
Add Site Info
--}}

{{$plan->service->name}} App.No: #{{ $plan->application_number }}

@if($plan->officer_accepted_by != Auth::user()->id && Auth::user()->role == 'Officer')
@csrf#
@elseif($plan->tml_apporved_by != Auth::user()->id && Auth::user()->role == 'Team Leader')
@csrf
@elseif($plan->tml_rejected_by != Auth::user()->id && Auth::user()->role == 'Team Leader' and $plan->tml_apporved_by != Auth::user()->id )
@csrf
@elseif($plan->tml_apporved_by == Auth::user()->id && Auth::user()->role == 'Team Leader') @elseif($plan->service->has_payment == 1 && Auth::user()->role == 'Officer' && $plan->order_payment != 1)
@csrf @method('put')
@else
@csrf
@endif
Customer Information

Customer Name: {{ $plan->customer->full_name }}

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

Address Information

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

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

City: {{ $plan->city }}

Building Information

Carta Number: {{ $plan->carta_number }}

Building Type: {{ $plan->building_type }}

Building Height: {{ $plan->building_height }}

Building Service: {{ $plan->building_service }}

Building Level: {{ $plan->building_level }}

@if($plan->file)
Uploaded File

Download File

@else

No file uploaded for this plan agreement.

@endif