Customer Name: {{ $plan->fullname }}
Customer Email: {{ $plan->email ?? 'N?A' }}
Subcity: {{ $plan->subcity->name ?? 'N?A' }}
Woreda: {{ $plan->woreda->name ?? 'N?A' }}
City: {{ $plan->city ?? 'N?A' }}
Carta Number: --
Building Type: ---
Building Height: {{ $plan->height }}
Building Service: {{ $plan->building_service ?? 'N?A' }}
Building Level: {{ $plan->building_level ?? 'N?A' }}
No file uploaded for this plan agreement.
@endif @if($plan->accepted_by == Auth::user()->id)