{{__('Category')}} | @foreach($data['month'] as $m){{$m}} | @endforeach
---|
{{__('Total Income (Invoice)')}} | @foreach($data['totalIncome'] as $income){{currency_format_with_sym($income)}} | @endforeach
{{__('Category')}} | @foreach($data['month'] as $m){{$m}} | @endforeach
---|
{{__('Total Expenses (Bill)')}} | @foreach($data['totalExpense'] as $income){{currency_format_with_sym($income)}} | @endforeach
{{__('Net Profit = Total Income - Total Expense ')}} | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{__('Net Profit')}} | @foreach($data['netProfitArray'] as $i=>$profit){{currency_format_with_sym($profit)}} | @endforeach