@extends('backend.layouts.pdf') @section('content')
Date form: {{ date('d/m/Y',strtotime($request->date_from)) }} to: {{ date('d/m/Y',strtotime($request->date_to)) }}
Credit
| Sl | Description | BDT |
|---|---|---|
| {{ ++$slCr }} | {{ $m->income_source_name }} | {{ $m->amount }} |
| Total Receipts: | {{ $sumTotalCredit }} | |
Debit
| Sl | Description | BDT |
|---|---|---|
| {{ ++$slDr }} | {{ $m->expenditure }} | {{ $m->amount }} |
| Total: | {{ $sumTotalDebit }} | |
Balance: {{ $sumTotalCredit - $sumTotalDebit }}
|
..................... Oparetor
|
..................... GM
|
..................... CEO
|
..................... M/S
|