@extends('layouts.dashboard') @section('css') @endsection @section('sub-header') {{ __('Land & Construction Acquisition Cost Input Sheet') }} @endsection @section('content')
@csrf {{-- Land Acquisition Cost Section --}}

{{ __('Land Acquisition Cost') }}

{{ __('Show/Hide') }}

{{ __('Purchase Date') }} @include('star')
@php $currentTotal = []; $subItemIndex=0; @endphp @php $order = 1 ; @endphp @php $order = $order +1 ; @endphp {{-- @endforeach --}} @php $subItemIndex = $subItemIndex +1 ; @endphp
@php $currentVal = 0 ; @endphp
@for($i = 0 ; $i<4 ; $i++)
%
@endfor
%
@for($i=0;$i<4;$i++)
%
@endfor
{{--
--}}
@include('loan-form',[ 'currentSectionName'=>LAND_LOAN ])
{{-- start of hard construction --}}

{{ __('Construction Cost [Hard Cost]') }}

{{ __('Show/Hide') }}

{{ __('Start Date') }}
{{ __('Construction End Date') }}
@include('title',['title'=>__('Payment Terms')])
@include('title',['title'=>__('Funding Structure')])
@php $currentTotal = []; $subItemIndex=0; @endphp @php $order = 1 ; @endphp @php $order = $order +1 ; @endphp {{-- @endforeach --}} @php $subItemIndex = $subItemIndex +1 ; @endphp
@php $currentVal = 0 ; @endphp
{{--
--}}
@php $currentSectionName = HARD_COST_CONSTRUCTION @endphp @include('loan-form',[ 'currentSectionName'=>$currentSectionName ])
{{-- end of hard costruction --}}
{{-- start of soft construction --}}

{{ __('Construction Cost [Soft Cost]') }}

{{ __('Show/Hide') }}

{{--
--}}
{{ __('Start Date') }}
{{ __('Construction End Date') }}
@include('title',['title'=>__('Payment Terms')])
@php $currentSectionName = SOFT_COST_CONSTRUCTION @endphp
{{-- end of soft costruction --}}
@endsection @section('js') {{-- salah --}} @endsection