This commit is contained in:
Suvodip
2025-03-22 12:47:46 +05:30
parent f4c9d21318
commit c20c9766ab
2 changed files with 10 additions and 10 deletions

View File

@@ -164,7 +164,7 @@
<div>
<p>Customer Name: <strong><?php echo $customer['name']; ?></strong></p>
<p>Mobile Number: <strong><?php echo $customer['mobile']; ?></strong></p>
<p>EMI Booking Date: <strong><?php echo $bookingDate ? htmlspecialchars($bookingDate) : 'N/A'; ?></strong></p>
<p>Booking Date: <strong><?php echo $bookingDate ? htmlspecialchars($bookingDate) : 'N/A'; ?></strong></p>
<p>Invoice Id: <strong><?php echo $emiPlans[0]['invoiceId']; ?></strong></p>
</div>
<div>
@@ -180,10 +180,10 @@
<table class="table table-striped table-bordered">
<thead class="text-white text-center" style="background-color: #374151;">
<tr>
<th>Number of EMI</th>
<th>EMI Amount</th>
<th>EMI Date</th>
<th>EMI Payment Date</th>
<th>Installment</th>
<th>Amount</th>
<th>Date</th>
<th>Payment Date</th>
<th>Payment Status</th>
<th>Action</th>
</tr>