{{-- Header --}}

Riwayat Transaksi Manual

Semua catatan pemasukan & pengeluaran operasional

Kembali
{{-- Filters --}}
{{-- Table --}}
@forelse($transactions as $trx) @empty @endforelse
Tanggal Kategori Keterangan Nominal Bukti Oleh Aksi
{{ $trx->transactionDate->format('d M Y') }} {{ $trx->category }} {{ $trx->description ?? '-' }} {{ $trx->type === 'INCOME' ? '+' : '-' }} Rp {{ number_format($trx->amount, 0, ',', '.') }} @if($trx->proofFile) @else - @endif {{ $trx->user?->name ?? 'Unknown' }}

Tidak ada transaksi ditemukan

{{ $transactions->links() }}
{{-- Modal Preview Bukti --}} @push('scripts') @endpush