@extends('user.layouts.app') @push('styles') @endpush @section('body_class', 'payment-page') @section('content')
{{--| SL No. | Month | Opening Bal | Total Debit | Total Credit | Closing Bal | Invoice |
|---|---|---|---|---|---|---|
| Can't load previous transaction data and invoices | ||||||
| {{ $index + 1 }} | {{ \Carbon\Carbon::parse($transaction['TransDate'])->format('M, Y') }} | {{ number_format($openingBalance, 2) }} | {{ number_format($debitAmount, 2) }} | {{ number_format($creditAmount, 2) }} | {{ number_format($closingBalance, 2) }} | Download |
| Can't load previous transaction data and invoices | ||||||
| SL No. | Month | Transaction No. | Closing Balance (₹) | Invoice/ Statement | ||
|---|---|---|---|---|---|---|
| Can't load previous transaction data and invoices | ||||||
| {{ $index + 1 }} | {{ \Carbon\Carbon::parse($transaction['TransDate'])->format('M, Y') }} | {{ $transaction['strTransNo'] ?? 'NA' }} | {{ $transaction['dblClosingBal'] }} | Download | ||
| Can't load previous transaction data and invoices | ||||||
Please click here to view your detailed ledger or go to Dashboard >> Account Statement.