@php
$stageRows = [
'1st_tranche_to_plinth',
'plinth_to_2nd_tranche',
'2nd_tranche_to_lintel',
'lintel_to_3rd_tranche',
'3rd_tranche_to_roof',
'roof_to_4th_tranche',
'overall_1st_tranche_to_roof'
];
@endphp
@foreach($stageRows as $i => $stage)
@endforeach
{{-- ========================= --}}
{{-- WITHDRAWL TAB --}}
{{-- ========================= --}}
@php
$withdrawlRows = [
'1st_tranche_withdrawl_date',
'2nd_tranche_withdrawl_date',
'3rd_tranche_withdrawl_date',
'4th_tranche_withdrawl_date',
];
@endphp
@foreach($withdrawlRows as $i => $w)
@endforeach
{{-- ========================= --}}
{{-- FOOTER --}}
{{-- ========================= --}}