bug fixes, senderID polishing, support fees, paperless partial
This commit is contained in:
@@ -6,12 +6,13 @@
|
||||
<th class="column-title">Invoice Number</th>
|
||||
<th class="column-title">Invoice Amount</th>
|
||||
<th class="column-title">Invoice Date</th>
|
||||
<th class="column-title">Services</th>
|
||||
<th class="column-title">Services</th>
|
||||
<th class="column-title">Short Code</th>
|
||||
<th class="column-title">Remarks</th>
|
||||
<th class="column-title">Status</th>
|
||||
<th class="column-title no-link last"><span class="nobr">Action</span>
|
||||
</th>
|
||||
|
||||
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -26,6 +27,7 @@
|
||||
<td class="mes-td col-md-1">{{ $row->invoice_amount }}</td>
|
||||
<td class="mes-td col-md-2">{{ date('d-m-Y', strtotime($row->invoice_date)) }}</td>
|
||||
<td class="mes-td col-md-3">{{ $row->services }} </td>
|
||||
<td class="mes-td col-md-3">{{ $row->short_code or 'N/A' }} </td>
|
||||
<td class="mes-td col-md-3" style="width: 100px;">{{ $row->remarks }}</td>
|
||||
<td class="mes-td col-md-1"><span class="label label-<?php echo ($row->invoice_status == 'PAID') ? 'success' : 'danger'; ?>"> {{ $row->invoice_status }}</span></td>
|
||||
<td class="last col-md-1" style="width: 100px;">
|
||||
@@ -40,4 +42,4 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user