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

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

Customer Information

Customer Name: {{ $plan->customer->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
@endsection