@extends('user.layouts.app') @push('styles') @endpush @section('body_class', 'payment-history') @section('content')
| SL No. | Date | Reference No. | Amount (₹) | Action | |
|---|---|---|---|---|---|
| {{ $error }} | |||||
| {{ $loop->iteration }} | {{--@if($invoiceDownloadUrl) {{ $statementLabel }} @else {{ $statementLabel }} @endif | --}}{{ !empty($transaction['TransDate']) ? \Carbon\Carbon::parse($transaction['TransDate'])->format('d-m-Y') : 'NA' }} | {{ $transaction['strTransNo'] ?? 'NA' }} | {{ $transaction['dblClosingBal'] ?? '0.00' }} | @if($invoiceDownloadUrl) Download @else {{ $statementLabel }} @endif |
| No monthly invoice data found. | |||||