@extends('layouts.app') @section('title','Depreciation '.$run->period) @section('crumbs','Depreciation Runs · '.$run->period.'') @section('content')
Run date {{ fdate($run->run_date) }} · {{ $run->assets_count }} assets · Total {{ cmoney($run->total_amount) }} · Posted by {{ $run->runner->name ?? '—' }}
| Asset | Name | Charge | Acc. before | Acc. after |
|---|---|---|---|---|
| {{ $l->asset->asset_no ?? '#'.$l->fixed_asset_id }} | {{ $l->asset->name ?? '—' }} | {{ money($l->monthly_charge) }} | {{ money($l->acc_before) }} | {{ money($l->acc_after) }} |