{{ __('Stock Outputs Report') }}

{{ __('Filter') }} {{ __('Print Report') }}

Total Quantity

{{ $totals['quantity'] }}

Total Value

TZS {{ number_format($totals['value']) }}

@foreach($outputs as $output) @endforeach
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) }}