@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 | Asset Value | Accu Depre. | Opening Value | Depreciation % | Depreciation Amount | Closing Value | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ @$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->depre_data->asset_value }} | {{ $val->depre_data->acc_dep }} | {{$val->depre_data->opening_amount}} | {{round(($val->amount / $val->depre_data->asset_value)* 100,2) ?: '-' }} | {{ $val->amount ?: '-' }} | {{$val->depre_data->closing_amount}} | |||||||
No Ledger | |||||||||||||||||||||||
Total | @elseTotal | @endif{{ $opening_balance }} | {{ $sum ? number_format($sum, 2, '.', '') : '-' }} | {{ $closing_balance }} |