Purchases
Manage your business purchases
{{ session('success') }}
@endif
| Date | Name | Description | Category | Qty | Amount (Tsh) | Recorded By |
|---|---|---|---|---|---|---|
| {{ \Carbon\Carbon::parse($p->date)->format('d M Y') }} | {{ $p->name }} | {{ $p->description ?? '-' }} | {{ $p->category ?? 'N/A' }} | {{ $p->qty }} | {{ number_format($p->amount, 2) }} | {{ $p->user_name ?? 'System' }} |