@if(file_exists($logoPath)) Logo Devo Studio Living @endif
Devo Studio Living - Laporan {{ $label }}
Dicetak: {{ \Illuminate\Support\Carbon::parse($generatedAt)->format('d/m/Y H:i') }}
@forelse($transactions as $transaction) @empty @endforelse
Tanggal Tipe Kategori Keterangan Nominal
{{ \Illuminate\Support\Carbon::parse($transaction->transaction_date)->format('d/m/Y') }} {{ $transaction->type === 'income' ? 'Masuk' : 'Keluar' }} {{ $transaction->category }} {{ $transaction->description ?: '-' }} Rp {{ number_format((int) $transaction->amount, 0, ',', '.') }}
Tidak ada data transaksi.