@extends('layouts.master') @section('css') @endsection @section('title') Cash Flow @endsection @section('content')
| Inflow | Amount |
|---|---|
| {{ $group->name }} | {{ $numberFormat($group->inflow) }} |
| Outflow | Amount |
|---|---|
| {{ $group->name }} | {{ $numberFormat($group->outflow) }} |
| Total | {{ $numberFormat($inflowTotal) }} | Total | {{ $numberFormat($outflowTotal) }} |
|---|