@extends('layouts.admin') @section('page-title') {{__('Cash Flow')}} @endsection @section('breadcrumb')
| {{__('Category')}} | @foreach($monthList as $month){{$month}} | @endforeach|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{__('Revenue : ')}} | ||||||||||||
| {{$income['category']}} | @foreach($income['data'] as $j=>$data){{\Auth::user()->priceFormat($data)}} | @endforeach|||||||||||
| {{__('Invoice : ')}} | ||||||||||||
| {{$invoice['category']}} | @foreach($invoice['data'] as $j=>$data){{\Auth::user()->priceFormat($data)}} | @endforeach|||||||||||
| {{__('Total Income = Revenue + Invoice ')}} | ||||||||||||
| {{__('Total Income')}} | @foreach($chartIncomeArr as $i=>$income){{\Auth::user()->priceFormat($income)}} | @endforeach|||||||||||
| {{__('Category')}} | @foreach($monthList as $month){{$month}} | @endforeach|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{__('Payment : ')}} | ||||||||||||
| {{$expense['category']}} | @foreach($expense['data'] as $j=>$data){{\Auth::user()->priceFormat($data)}} | @endforeach|||||||||||
| {{__('Bill : ')}} | ||||||||||||
| {{$bill['category']}} | @foreach($bill['data'] as $j=>$data){{\Auth::user()->priceFormat($data)}} | @endforeach|||||||||||
| {{__('Total Expense = Payment + Bill ')}} | ||||||||||||
| {{__('Total Expenses')}} | @foreach($chartExpenseArr as $i=>$expense){{\Auth::user()->priceFormat($expense)}} | @endforeach|||||||||||
| {{__('Net Profit = Total Income - Total Expense')}} | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{__('Net Profit')}} | @foreach($netProfitArray as $i=>$profit){{\Auth::user()->priceFormat($profit)}} | @endforeach|||||||||||