minor changes on payout table design
This commit is contained in:
parent
c3523bfddc
commit
41e64df669
|
@ -265,8 +265,8 @@ $vendorPayoutData = json_decode($response, true);
|
|||
</div>
|
||||
</div>
|
||||
<div class="col-md-12 mt-3">
|
||||
<h5><strong>Payout History</strong></h5>
|
||||
<div class="table-responsive p-4">
|
||||
<h5 class='m-0'><strong>Payout History</strong></h5>
|
||||
<div class="table-responsive px-4">
|
||||
<table id='payoutsTableContent' class="table ec-table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -279,7 +279,7 @@ $vendorPayoutData = json_decode($response, true);
|
|||
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody >
|
||||
<tbody class='table-group-divider'>
|
||||
<?php
|
||||
foreach ($vendorPayoutData as $x => $val) {
|
||||
$vendorIdCheck = $val['vendor_details'][0]['vendor_id'];
|
||||
|
|
Loading…
Reference in New Issue