@extends('layouts.master') @section('title', 'Supplier Payments Report') @section('content')
| Date | Description | Reference | Supplier Code | Supplier Name | DR | CR | Balance |
|---|---|---|---|---|---|---|---|
| {{ $row['date'] }} | {{ $row['description'] }} | {{ $row['reference'] }} | {{ $row['supplier_code'] }} | {{ $row['supplier_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