@extends('layouts.app') @section('title') {{'Day Summary Report'}} @endsection @section('content')
| Incoming (Tk.) | Outgoing (Tk.) | |||||
|---|---|---|---|---|---|---|
| S.L. | Details | Amount | S.L. | Details | Amount | |
| 1 | Opening Balance | {{ number_format($opening_stock,2) }} | 1 | Due | {{ number_format($tp_total_sales,2) }} | |
| 2 | Opening Stock | {{ number_format($opening_stock,2) }} | 0 | 2 | Commission | {{ number_format($Direct_Incomes,2) }} |
| 3 | Products Received | {{ number_format($total_received,2) }} | 0 | 3 | Display Cost | {{ number_format($tp_total_sales,2) }} |
| 4 | Closing Stock | {{ number_format($closing_stock,2) }} | 0 | 4 | Damage Return | {{ number_format($Direct_Incomes,2) }} |
| 5 | Today Products Sales | {{ number_format($tp_total_sales,2) }} | 5 | Party Payment | {{ number_format($closing_stock,2) }} | |
| 6 | Loan | {{ number_format($closing_stock,2) }} | 6 | Cash Balance | {{ number_format($total,2) }} | |
| 7 | ** | {{ number_format($Indirect_Expenses,2) }} | 7 | ** | {{ number_format($Gross_Profit,2) }} | |
| 8 | ** | {{ number_format($Nett_Profit,2) }} | 8 | ** | {{ number_format($Indirect_Incomes,2) }} | |
| Total = | {{ number_format($G_Debit_total,2) }} | Total = | {{ number_format($G_Credit_total,2) }} | |||