@extends('layouts.app', [ 'pageTitle' => $title, ]) @section('content')
Catat dan kelola pengeluaran
Total Pengeluaran (Filter saat ini)
Rp {{ number_format($totalExpense, 0, ',', '.') }}
| Tanggal | Kategori | Jumlah | Keterangan | Oleh | |
|---|---|---|---|---|---|
| {{ $expense->expense_date->format('d/m/Y') }} | {{ $expense->category->name ?? '-' }} | {{ $expense->formatted_amount }} | {{ $expense->description ?? '-' }} | {{ $expense->creator->name ?? '-' }} | |
| Belum ada data pengeluaran | |||||