16 lines
540 B
PHP
16 lines
540 B
PHP
<div class="table-responsive">
|
|
<table class="table table-bordered table-striped table-text-center" id="profit_by_invoice_table">
|
|
<thead>
|
|
<tr>
|
|
<th>@lang('sale.invoice_no')</th>
|
|
<th>@lang('lang_v1.gross_profit')</th>
|
|
</tr>
|
|
</thead>
|
|
<tfoot>
|
|
<tr class="bg-gray font-17 footer-total">
|
|
<td><strong>@lang('sale.total'):</strong></td>
|
|
<td class="footer_total"></td>
|
|
</tr>
|
|
</tfoot>
|
|
</table>
|
|
</div> |