{{ $totals['quantity'] }}
TZS {{ number_format($totals['value']) }}
| Date | Product | Added By | Quantity | Input Price | Total Value |
|---|---|---|---|---|---|
| {{ $input->created_at->format('d/m/Y H:i') }} | {{ $input->product->name }} | {{ $input->user->name }} | {{ $input->quantity }} | TZS {{ number_format($input->input_price_per_unit) }} | TZS {{ number_format($input->quantity * $input->input_price_per_unit) }} |