@extends('layouts.app') @section('title') {{'Balance Sheet'}} @endsection @section('content')
| S.L. | Particulers | Amount in BDT |
|---|---|---|
| --- | Assets | |
| 1 | Current Assets | {{ number_format($CurrentAssets,2) }} |
| 2 | Cash in Hand(Cash & Bank) | {{ number_format($CashInHand,2) }} |
| 3 | Received | {{ number_format($Receivable,2) }} |
| 4 | Stock Goods | {{ number_format($Stock,2) }} |
| *** | Total Current Assets | {{ number_format($TotalCurrentAssets,2) }} |
| --- | Liabilities | |
| 5 | Current Liabilities | {{ number_format($CurrentLiabilities,2) }} |
| 6 | Payables | {{ number_format($Payable,2) }} |
| *** | Total Current Liabilities | {{ number_format($TotalCurrentLiabilities,2) }} |
| **** | NET PROFIT & LOSS | {{ number_format($Nett_Profit,2) }} |