@extends('layouts.dashboard') @section('css') @endsection @section('sub-header') {{ __('Furniture, Fixtures, and Equipment (FF&E) Input Sheet') }} @endsection @section('content')
@csrf @php $modelName = lastSegmentInRequest() ; @endphp @php $currentSectionName = FFE_COST; @endphp {{-- start of FFE COST --}}

{{ __('Furniture, Fixtures, and Equipment (FF&E) Cost') }}

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

@php $currentTotal = []; @endphp @for($instance = 0 ; $instance<10 ; $instance++) @php $ffeItem=$hospitalitySector->getFFEItemForSection($modelName,$currentSectionName , $instance); @endphp @php $order =1 ; @endphp @php $order =2 ; @endphp {{-- Choose Currency Td --}} @php $order =3 ; @endphp {{-- Item Cost --}} @php $order =4 ; @endphp {{-- Contingency Rate % --}} @php $order =5 ; @endphp {{-- Total Cost --}} @php $order =6 ; @endphp {{--Depreciation Duration --}} @php $order =7 ; @endphp @php $order =7 ; @endphp {{-- Replacement Cost Rate % --}} @php $order =8 ; @endphp {{-- Replacement Interval --}} @endfor {{-- totals row --}} {{-- end total rows --}}
{{ __('FFE Item Name') }} {{ __('Choose Currency') }} {!! __('Item Cost') !!} {{ __('Contingency Rate %') }} {{ __('Total Cost') }} {{ __('Depreciation Duration') }} {!! __('Replacement
Cost Rate') !!}
{!! __('Replacement Interval') !!}
%
@php $currentVal = $ffeItem ? $ffeItem->getDepreciationDuration():0; @endphp
{{-- --}} %
{{ __('Total') }}
{{-- % --}}
{{ __('Start Date') }}
{{ __(' 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 = FFE_COST @endphp @include('loan-form',[ 'currentSectionName'=>$currentSectionName ])
{{-- end of FFE COST --}}
@endsection @section('js') @endsection