Camon Logo
CAMON ENTERPRISES LIMITED

{{ $title }}

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

@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) }}
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