louie_branch #77

Merged
MarkHipe merged 3 commits from louie_branch into main 2024-05-03 16:58:02 +08:00
1 changed files with 4 additions and 3 deletions
Showing only changes of commit 4200c4e155 - Show all commits

View File

@ -714,8 +714,9 @@ $vendorPayoutData = json_decode($response, true);
<div>
<h6><strong>Payout Information</strong></h6>
</div>
<button class="fw-bold border border-success border-2 btn-outline-success btn-sm" disabled>${payoutStatus}</button>
<div>
<button disabled style="border: 2px solid #198754; color: #198754 !important; border-radius: 5px;">${payoutStatus}</button>
</div>
</div>
<div class="d-flex justify-content-between p-2">
<div class="fw-bold">Gross Amount</div>
@ -734,7 +735,7 @@ $vendorPayoutData = json_decode($response, true);
</div>
</div>
<div class="col-md-5 mb-4">
<div class="d-flex flex-column" style="border-bottom: 1px solid #000;">
<div class="d-flex flex-column" >
<div class="d-flex justify-content-between p-2">
<h6><strong>Bank Information</strong></h6>
</div>