{{--
Add Site Info
--}}
{{-- {{Auth::user()->id}}--}} @if ($plan->status == 'accepted' or $plan->approved_by != Auth::user()->id)
@csrf
@csrf
@elseif ($plan->status == "approved" or $plan->accepted_by == Auth::user()->id)
@csrf
@endif

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

Customer Information

Customer Name: {{ $plan->fullname }}

Customer Email: {{ $plan->email ?? 'N?A' }}

Address Information

Subcity: {{ $plan->subcity->name ?? 'N?A' }}

Woreda: {{ $plan->woreda->name ?? 'N?A' }}

City: {{ $plan->city ?? 'N?A' }}

Building Information

Carta Number: --

Building Type: ---

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

Building Service: {{ $plan->building_service ?? 'N?A' }}

Building Level: {{ $plan->building_level ?? 'N?A' }}

@if($plan->file)
Uploaded File

Download File

@else

No file uploaded for this plan agreement.

@endif @if($plan->accepted_by == Auth::user()->id)
             @endif