@extends('layouts.app') @section('title') {{'Cashflow'}} @endsection @section('content')
| S.L. | Accounts Name | Amount in BDT |
|---|---|---|
| --- | Operating Activities | |
| 1 | Receivable | {{ number_format($Receivable,2) }} |
| 2 | Stock of goods | {{ number_format($Stock,2) }} |
| 3 | Payable | {{ number_format($Payable,2) }} |
| *** | Profit & Loss | {{ number_format($Nett_Profit,2) }} |