@extends('layouts.master') @section('title', 'Sales Collection Report') @section('content')
| Date | Description | Reference | Customer Code | Customer Name | DR | CR | Balance |
|---|---|---|---|---|---|---|---|
| {{ $row['date'] }} | {{ $row['description'] }} | {{ $row['reference'] }} | {{ $row['customer_code'] }} | {{ $row['customer_name'] }} | {{ number_format($row['dr'], 2) }} | {{ number_format($row['cr'], 2) }} | {{ number_format($row['balance'], 2) }} |
| Grand Total : | {{ number_format($grandTotal, 2) }} | ||||||
Copyright © Melsoft (Private) Limited