Camon Logo
CAMON ENTERPRISES LIMITED

{{ $title }}

From: {{ $startDate }} To: {{ $endDate }}

@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) }}
Total Quantity: {{ $totalQuantity }}
Total Value: TZS {{ number_format($totalValue) }}

Generated by: {{ Auth::user()->name }}

Generated on: {{ now()->format('d/m/Y H:i') }}

© {{ date('Y') }} Camon Management System