@extends('layouts.dashboard')
@section('css')
| {{ __('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') }} |
%
|
|