| Product | Type | Quantity | Reason | By | Date |
|---|---|---|---|---|---|
| {{ $adj->product->name ?? 'Deleted Product' }} | {{ ucfirst($adj->type) }} | {{ $adj->type === 'subtract' ? '-' : '+' }}{{ abs($qty) }} | {{ $adj->reason ?? '—' }} | {{ $adj->user->name ?? 'System' }} | {{ $adj->created_at->format('d M Y H:i') }} |