@extends('layouts.view_layout') @section('tab_content')
| {{__('Description')}} | {{__('Value')}} |
|---|---|
| {{ __('New Fixed Assets') }} | |
| {{__('Fixed Assets Value')}} | {{ number_format($assets->fixed_assets_value,0) ?? '-' }} |
| {{__('Life Duration (Months)')}} | {{ $assets->life_duration_months ?? '-' }} |
| {{__('Monthly Depreciation')}} | {{ number_format($assets->monthly_deprication,0) ?? '-' }} |
| {{ __('Fixed Assets Payment') }} | |
| {{__('Down Payment %')}} | {{ $assets->down_payment ?? '-' }} % |
| {{__('Balance Rate %')}} | {{ $assets->balance_rate ?? '-' }} % |
| {{__('Installment Count')}} | {{ $assets->installment_count ?? '-' }} |
| {{__('Installment Interval')}} | {{ __(ucfirst($assets->balance_rate_period)) ?? '-' }} |
| {{__('Interest Rate %')}} | {{ $assets->interest_rate ?? '-' }} % |