@extends('admin::curd.preview') @section('heading') @stop @section('title') @stop @section('breadcrumb') @stop @section('entry') @stop @section('tools') @stop @section('content')
Sr | Asset Ref | Asset & Group Name | Insurance No. | Start Date | End Date | Days | @if (@$asset_depreciation->category == 'Company Act')Salvage | Est | Depreciation Method | @elsePer% | @endifAsset Value | Accu Depre. | Opening Value | Depreciation % | Depreciation Amount | Closing Value | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ @$key + 1 }} | {{ @$val->rfc ?: @$val->ref }} | {{ @ucfirst($val->asset_name) }} {{ @$asset_depreciation->category == 'Company Act' ? @$val->group_name : @$val->depreciation_group_name }} | {{ $val->ins_policy_no ?: '-' }} | {{ @date('d M , Y', strtotime($val->start_date)) }} | {{ @date('d M , Y', strtotime($val->end_date)) }} | {{ $val->days }} | @if (@$asset_depreciation->category == 'Company Act'){{ $val->sal_value }} | {{ $val->est }} | {{ @$val->asset_depreciation_type }} | @else{{ $val->pre }} | @endif{{ $val->asset_value }} | {{ $val->acc_dep }} | {{ $val->asset_value - $val->acc_dep }} | {{round(($val->amount / $val->asset_value)* 100,2) ?: '-' }} | {{ $val->amount ?: '-' }} | {{ $val->asset_value - $val->acc_dep - $val->amount }} | |||||||||||||
No Assets | |||||||||||||||||||||||||||||
Total | {{ $opening_balance }} | {!! $sum ? number_format($sum, 2, '.', '') : '-' !!} | {{ $closing_balance }} | @elseTotal | {{ $opening_balance }} | {!! $sum ? number_format($sum, 2, '.', '') : '-' !!} | {{ $closing_balance }} | @endif