@if($plan->officer_accepted_by != Auth::user()->id && Auth::user()->role == 'Officer')
@elseif($plan->approved_by != Auth::user()->id && Auth::user()->role == 'Team Leader')
@elseif($plan->rejected_by != Auth::user()->id && Auth::user()->role == 'Team Leader' and $plan->approved_by != Auth::user()->id )
@elseif($plan->approved_by == Auth::user()->id && Auth::user()->role == 'Team Leader')
@else
@endif
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
@if($plan->status =='accepted' && $plan->accepted_by == Auth::user()->id)
@php
$countsiteform = count($siteforms);
$countboundry = count($boundarys);
@endphp
@if($countsiteform == 0)
@endif
@if($countboundry == 0)
@endif
@endif