@extends('layouts.app') @section('title', 'Cash Flow') @include('inventory.accounting.partials.styles') @section('content')
{{ \Carbon\Carbon::parse($from)->format('M j') }} – {{ \Carbon\Carbon::parse($to)->format('M j, Y') }}
| Source | Inflow | Outflow | Net |
|---|---|---|---|
| {{ str_replace('_',' ',$s['source']) }} | {{ number_format($s['inflow'], 2) }} | {{ number_format($s['outflow'], 2) }} | {{ number_format($s['net'], 2) }} |
| No cash activity in period. | |||