@extends('layouts.app') @section('title', 'Depreciation') @section('breadcrumb')
Calculate and post monthly straight-line depreciation for {{ $periodLabel }}.
| Asset | Amount | Posted At |
|---|---|---|
| {{ $entry->asset?->code }} — {{ $entry->asset?->name }} | {{ $fmt($entry->amount) }} | {{ $entry->posted_at?->format('d-m-Y H:i') ?? '—' }} |