{{ $report->branch->name ?? 'PAWN SHOP' }}
{{ $report->branch->address ?? '' }}
LAPORAN AKHIR HARI / DAY-END REPORT
Tarikh / Date: {{ $report->report_date->format('d/m/Y') }} ({{ $report->report_date->format('l') }})
RINGKASAN TRANSAKSI / TRANSACTION SUMMARY
Jenis / Type Bil / Count Jumlah / Amount (RM) Tunai / Cash (RM) Pindahan / Transfer (RM)
Pajakan Baru / New Pledges {{ $report->new_pledges_count }} {{ number_format($report->new_pledges_amount, 2) }} {{ number_format($report->new_pledges_cash, 2) }} {{ number_format($report->new_pledges_transfer, 2) }}
Sambungan / Renewals {{ $report->renewals_count }} {{ number_format($report->renewals_amount, 2) }} {{ number_format($report->renewals_cash, 2) }} {{ number_format($report->renewals_transfer, 2) }}
Tebusan / Redemptions {{ $report->redemptions_count }} {{ number_format($report->redemptions_amount, 2) }} {{ number_format($report->redemptions_cash, 2) }} {{ number_format($report->redemptions_transfer, 2) }}
JUMLAH / TOTAL {{ $report->new_pledges_count + $report->renewals_count + $report->redemptions_count }} {{ number_format($report->new_pledges_amount + $report->renewals_amount + $report->redemptions_amount, 2) }} {{ number_format($report->new_pledges_cash + $report->renewals_cash + $report->redemptions_cash, 2) }} {{ number_format($report->new_pledges_transfer + $report->renewals_transfer + $report->redemptions_transfer, 2) }}
PERGERAKAN BARANG / ITEMS MOVEMENT
Barang Masuk / Items In: {{ $report->items_in_count }}
Barang Keluar / Items Out: {{ $report->items_out_count }}
Baki Bersih / Net Movement: {{ $report->items_in_count - $report->items_out_count }}
RINGKASAN TUNAI / CASH SUMMARY
Baki Pembukaan / Opening Balance: RM {{ number_format($report->opening_balance, 2) }}
Masuk (Sambungan + Tebusan) / In (Renewals + Redemptions): RM {{ number_format($report->renewals_cash + $report->redemptions_cash, 2) }}
Keluar (Pajakan Baru) / Out (New Pledges): RM {{ number_format($report->new_pledges_cash, 2) }}
Baki Penutup / Closing Balance: RM {{ number_format($report->opening_balance + $report->renewals_cash + $report->redemptions_cash - $report->new_pledges_cash, 2) }}
STATUS PENGESAHAN / VERIFICATION STATUS
Semua Barang Disahkan / All Items Verified: {{ $report->all_items_verified ? 'YA / YES' : 'TIDAK / NO' }}
Semua Jumlah Disahkan / All Amounts Verified: {{ $report->all_amounts_verified ? 'YA / YES' : 'TIDAK / NO' }}
Status Laporan / Report Status: {{ strtoupper($report->status) }}
@if($report->notes)
CATATAN / NOTES

{{ $report->notes }}

@endif
Disediakan Oleh / Prepared By
Disemak Oleh / Verified By
@if($report->closedBy)
{{ $report->closedBy->name }}
@endif
Diluluskan Oleh / Approved By