{{ \Carbon\Carbon::parse($start_date)->format('d/m/Y') }} | {{ \Carbon\Carbon::parse($end_date)->format('d/m/Y') }} |
Date | No. of Invoices | Invoice Total |
---|---|---|
{{$key}} | {{$item['invoices']}} | {{$item['sales']}} |
- | - | - |
{{ \Carbon\Carbon::parse($start_date)->format('d/m/Y') }} | {{ \Carbon\Carbon::parse($end_date)->format('d/m/Y') }} |
Date | No. of Expense | Expense Total |
---|---|---|
{{$key}} | {{$item['no']}} | {{$item['expense']}} |
- | - | - |
Total Sales: {{getFormattedCurrency($gross_sales)}} | Total Expense: {{getFormattedCurrency($gross_expense)}} | Net Income: {{getFormattedCurrency($net_income)}} |