ultimatepos/resources/views/report/partials/profit_by_locations.blade.php

16 lines
540 B
PHP

<div class="table-responsive">
<table class="table table-bordered table-striped table-text-center" id="profit_by_locations_table">
<thead>
<tr>
<th>@lang('sale.location')</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>