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