s1
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user