@if($plan->officer_accepted_by != Auth::user()->id && Auth::user()->role == 'Officer')
@elseif($plan->tml_apporved_by != Auth::user()->id && Auth::user()->role == 'Team Leader')
@elseif($plan->tml_rejected_by != Auth::user()->id &&
Auth::user()->role == 'Team Leader' and $plan->tml_apporved_by != Auth::user()->id )
@elseif($plan->tml_apporved_by == Auth::user()->id && Auth::user()->role == 'Team Leader')
@elseif($plan->service->has_payment == 1 && Auth::user()->role == 'Officer' && $plan->order_payment != 1)
@else
@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->file)
Uploaded File
Download File
@else
No file uploaded for this plan agreement.
@endif