@extends('admin::curd.preview') @section('heading') @stop @section('title') @stop @section('breadcrumb') @stop @section('entry') @stop @section('tools') @stop @section('content')
Sr | Asset Group | @if ($asset_depreciation->include_cost_center)Cost Center | Sub Cost Center | @endifStart Date | End Date | Total Asset | Depreciation Type | Debit Account | Credit Account | Amount | {{--User | --}}||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ @$key + 1 }} | {{ $val->group->name }} | @if ($asset_depreciation->include_cost_center){{ @$val->cost_center->name }} | {{ @$val->subcost_center->name }} | @endif{{ @date('d M , Y', strtotime($val->start_date)) }} | {{ @date('d M , Y', strtotime($val->end_date)) }} | {{ $val->total_asset }} | {{--{{ @$val->group->depreciation_type }} | --}}{{ $val->group->depreciation_type }} | {{ $val->debit_account }} | {{ $val->credit_account }} | {{ $val->amount ?: '-' }} | {{--{{ $val->user->name }} | --}}|||||||
No Ledger | |||||||||||||||||||
Total | @elseTotal | @endif{{ $sum ? number_format($sum, 2, '.', '') : '-' }} | {{--{!! $val->user->name !!} | --}}