@extends('layouts.master') @section('title', 'Cashbook Daily Transaction Report') @section('content')
| Date | Description | Reference / GL Account | DR | CR | Balance |
|---|---|---|---|---|---|
| {{ $row['date'] }} | {{ $row['description'] }} | {{ $row['reference'] }} | {{ number_format($row['dr'], 2) }} | {{ number_format($row['cr'], 2) }} | {{ number_format($row['balance'], 2) }} |
| Grand Balance: | {{ number_format($grandBalance, 2) }} | ||||
Copyright © Melsoft (Private) Limited