Camon Logo
CAMON ENTERPRISES LIMITED

{{ $title }}

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

@foreach($sales as $sale) @endforeach
Date Customer Product Qty Price/Unit Total Sold By
{{ $sale->created_at->format('d/m/Y H:i') }} {{ $sale->customer->username }} {{ $sale->product->name }} {{ $sale->quantity }} TZS {{ number_format($sale->selling_price_per_unit) }} TZS {{ number_format($sale->total_price) }} {{ $sale->soldBy->name }}
Total Sales: TZS {{ number_format($totalSales) }}
Total Profit: TZS {{ number_format($totalProfit) }}
Transactions: {{ $sales->count() }}

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

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

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