| Customer | Items | Income | Cost | Profit |
| {{ $line->customer }} | {{ number_format($line->qty, 2) }} | {{ number_format($line->sale_amount, 2) }} | {{ number_format($line->cost, 2) }} | {{ number_format($profit, 2) }} |
| Sub Amount ({{ $group['date'] }}) | {{ number_format($group['sub_amount'], 2) }} | {{ number_format($group['sub_cost'], 2) }} | {{ number_format($group['sub_amount'] - $group['sub_cost'], 2) }} | |
| Net Amount | {{ number_format($totalAmount, 2) }} | {{ number_format($totalCost, 2) }} | {{ number_format($netProfit, 2) }} | |