@extends('layouts.app') @section('title') Cash Flow Statement {{date('M d,Y',strtotime($from))}} - {{date('M d,Y',strtotime($to))}} @stop @section('breadcrumb')
@stop @section('css') @stop @section('content')OPERATING ACTIVITES | |
---|---|
Net Income | @if($netIncome < 0) ({{number_format(abs(netIncome))}}) @else {{$netIncome > 0? number_format($netIncome) : '-'}} @endif |
to net cash provided by operations: | |
{{$account['account']->number}} - {{$account['account']->name}} | @if($account['sum'] > 0) ({{number_format(abs($account['sum']))}}) @else {{number_format(abs($account['sum']))}} @endif |
{{$account['account']->number}} - {{$account['account']->name}} | @if($account['sum'] > 0) ({{number_format(abs($account['sum']))}}) @else {{number_format(abs($account['sum']))}} @endif |
{{$account['account']->number}} - {{$account['account']->name}} | @if($account['sum'] > 0) ({{number_format(abs($account['sum']))}}) @else {{number_format(abs($account['sum']))}} @endif |
{{$account['account']->number}} - {{$account['account']->name}} | @if($account['sum'] > 0) ({{number_format(abs($account['sum']))}}) @else {{number_format(abs($account['sum']))}} @endif |
Net Cash Provided by Operating Activities | @if($oper_total < 0) ({{number_format(abs($oper_total))}}) @else {{$oper_total> 0? number_format($oper_total) : '-'}} @endif |
INVESTING ACTIVITES | |
{{$account['account']->number}} - {{$account['account']->name}} | @if($account['sum'] > 0) ({{number_format(abs($account['sum']))}}) @else {{number_format(abs($account['sum']))}} @endif |
Net Cash Provided by Investing Activities | @if($invest_total < 0) ({{number_format(abs($invest_total))}}) @else {{$invest_total> 0? number_format($invest_total) : '-'}} @endif |
FINANCING ACTIVITES | |
{{$account['account']->number}} - {{$account['account']->name}} | @if($account['sum'] > 0) ({{number_format(abs($account['sum']))}}) @else {{number_format(abs($account['sum']))}} @endif |
{{$account['account']->number}} - {{$account['account']->name}} | @if($account['sum'] > 0) ({{number_format(abs($account['sum']))}}) @else {{number_format(abs($account['sum']))}} @endif |
Net Cash Provided by Financing Activities | @if($fin_total < 0) ({{number_format(abs($fin_total))}}) @else {{$fin_total> 0? number_format($fin_total) : '-'}} @endif |
Net Cash increase for period | {{number_format($fin_total + $invest_total + $oper_total)}} |