@extends('components.customer_layout') @section('customer-content') {{--
--}}Customer Name: {{ $plan->customer->name }}
Customer Email: {{ $plan->customer->email }}
Subcity: {{ $plan->subcity->name }}
Woreda: {{ $plan->woreda->name }}
City: {{ $plan->city }}
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 }}
No file uploaded for this plan agreement.
@endif