{{--
Add Site Info
--}}

Plan Agreement Request #{{ $plan->application_number }}

@if($plan->officer_accepted_by != Auth::user()->id && Auth::user()->role == 'officer' and $plan->status=='request')
@csrf @method('PUT')
@elseif($plan->approved_by != Auth::user()->id && Auth::user()->role == 'team leader')
@csrf
@elseif($plan->rejected_by != Auth::user()->id && Auth::user()->role == 'team leader' and $plan->approved_by != Auth::user()->id )
@csrf
@elseif($plan->approved_by == Auth::user()->id && Auth::user()->role == 'team leader') @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->files)
Uploaded File

Download File

@else

No file uploaded for this plan agreement.

@endif @if($plan->status =='accepted' && $plan->accepted_officer_by == Auth::user()->id)
@php $countsiteform = count($siteforms); $countboundry = count($boundarys); @endphp @if($countsiteform == 0) @endif              @if($countboundry == 0) @endif @endif