{{-- resources/views/modules/reports/supplier-statement.blade.php --}} @extends('layouts.master') @section('title', 'Supplier Statement Report') @section('content')
| Date | Description | Reference | DR | CR | Balance |
|---|---|---|---|---|---|
| {{ $dateFrom }} | Opening Balance | {{ number_format($balance > 0 ? $balance : 0, 2) }} | {{ number_format($balance < 0 ? abs($balance) : 0, 2) }} | {{ number_format($balance, 2) }} | |
| {{ $row['date'] }} | {{ $row['description'] }} | {{ $row['reference'] }} | {{ number_format($row['dr'], 2) }} | {{ number_format($row['cr'], 2) }} | {{ number_format($balance, 2) }} |
| Grand Total : | {{ number_format($grandBalance, 2) }} | ||||
Copyright © Melsoft (Private) Limited
| Date | Description | Reference | 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 Total : | {{ number_format($grandBalance, 2) }} | ||||
Copyright © Melsoft (Private) Limited