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