{{ \Carbon\Carbon::parse($start_date)->format('d/m/Y') }} | {{ \Carbon\Carbon::parse($end_date)->format('d/m/Y') }} |
Date | Invoices | Sales Total | Payments Received | Expense Total |
---|---|---|---|---|
{{$key}} | {{$item['invoices']}} | {{$item['sales']}} | {{$item['payments']}} | {{$item['expense']}} |
Total Invoices: {{$gross_invoices}} | Total Sales: {{getFormattedCurrency($gross_sales)}} | Total Payments: {{getFormattedCurrency($gross_payments)}} | Total Expenses: {{getFormattedCurrency($gross_expense)}} |