| Laporan Detail Penerimaan dan Pengeluaran | |||||||
|---|---|---|---|---|---|---|---|
| Periode {{ period_format($start->year, $start->month) }} - {{ period_format($end->year, $end->month) }} | |||||||
| Date Time | Type | Account Id | Account Name | Category Id | Category Name | Description | Amount |
| {{ $activity->activity_datetime }} | {{ $activity->activity_type }} | {{ $activity->account_id }} | {{ $activity->account->name ?? '' }} | {{ $activity->category_id }} | {{ $activity->category->name }} | {{ $activity->description }} | {{ currency_format($activity->amount) }} |