@extends('layouts.dashboard') @section('css') @endsection @section('sub-header') {{ __('Property Acquisition Cost Input Sheet') }} @endsection @section('content')
@csrf @php $modelName = lastSegmentInRequest() ; @endphp {{-- Property Acquisition Cost Section --}}

{{ __('Property 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'=>PROPERTY_LOAN ])
@php $currentSectionName = PROPERTY_ACQUISITION; @endphp
@php $currentTotal = []; @endphp @for($instance=0 ; $instancegetPropertyCostBreakdownForSection($modelName,$currentSectionName , $instance); @endphp @endfor {{-- totals row --}} {{-- end total rows --}}
{{ __('Item Name') }} {{ __('As % Property Cost') }} {{ __('Item Value') }} {{ __('Depreciation Duration')}}
@php $currentVal = $propertyCostBreakDown ? $propertyCostBreakDown->getPropertyCostPercentage() : 0; @endphp
%
@php $currentVal = $propertyCostBreakDown ? $propertyCostBreakDown->getItemAmount() : 0; @endphp
@php $currentVal = $propertyCostBreakDown ? $propertyCostBreakDown->getDepreciationDuration() : 0; @endphp
@if($instance != 0) @endif {{-- --}}
{{ __('Total') }}
%
{{-- only-greater-than-or-equal-zero-allowed --}}
{{-- only-greater-than-or-equal-zero-allowed --}}
{{-- only-greater-than-or-equal-zero-allowed --}}
{{-- only-greater-than-or-equal-zero-allowed --}}
@endsection @section('js') {{-- salah --}} @endsection