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

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

Total Quantity

{{ $totals['quantity'] }}

Total Value

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

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