@extends('layouts.main') @section('page-title') {{ __('Cash Flow') }} @endsection @section('page-breadcrumb') {{ __('Report') }}, {{ __('Cash Flow') }} @endsection @push('css') @endpush @push('scripts') @endpush @section('page-action')
@endsection @section('content'){{__('Category')}} | @foreach($four_month as $month){{$month}} | @endforeach|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{__('Revenue : ')}} | @foreach($RevenueTotal as $revenue){{currency_format_with_sym(!empty($revenue) ?? '0.00')}} | @endforeach|||||||||||
{{__('Invoice : ')}} | @foreach($invoiceTotal as $invoice){{currency_format_with_sym($invoice)}} | @endforeach|||||||||||
{{__('Total Income = Revenue + Invoice ')}} | ||||||||||||
{{__('Total Income')}} | @foreach($chartIncomeArr as $i=>$income){{currency_format_with_sym($income)}} | @endforeach
{{__('Category')}} | @foreach($four_month as $month){{$month}} | @endforeach|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{__('Payment')}} | @foreach($paymentTotal as $i=>$payment){{currency_format_with_sym($payment)}} | @endforeach|||||||||||
{{__('PaySlip')}} | @foreach($paySlipTotal as $i=>$paySlip){{currency_format_with_sym($paySlip)}} | @endforeach|||||||||||
{{__('Bill')}} | @foreach($billTotal as $i=>$bill){{currency_format_with_sym($bill)}} | @endforeach|||||||||||
{{__('Total Expense = Payment + PaySlip + Bill ')}} | ||||||||||||
{{__('Total Expenses')}} | @foreach($chartExpenseArr as $i=>$expense){{currency_format_with_sym($expense)}} | @endforeach
{{__('Net Profit = Total Income - Total Expense')}} | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{__('Net Profit')}} | @foreach($netProfitArray as $i=>$profit){{currency_format_with_sym($profit)}} | @endforeach