{{ $totals['quantity'] }}
TZS {{ number_format($totals['value']) }}
| Date | Product | Output By | Output To | Quantity | Reason | Value |
|---|---|---|---|---|---|---|
| {{ $output->created_at->format('d/m/Y H:i') }} | {{ $output->product->name }} | {{ $output->outputByUser->name }} | {{ $output->outputToUser->name ?? 'N/A' }} | {{ $output->quantity }} | {{ $output->reason ?? 'N/A' }} | TZS {{ number_format($output->quantity * $output->product->input_price_per_unit) }} |