@extends('layouts.app') @section('title') {{'Trading Accounts'}} @endsection @section('content')
| S.L. | Accounts Name | Amount | |
|---|---|---|---|
| 1 | Closing Stock Value | - | {{ number_format($Stock,2) }} |
| 2 | Purchase | {{ number_format($Purchase,2) }} | - |
| 3 | Sales | - | {{ number_format($Sales,2) }} |
| *** | Gross Profit / Loss | {{ number_format($Nett_Profit,2) }} | - |
| {{ number_format($G_Debit_total,2) }} | {{ number_format($G_Credit_total,2) }} | ||