ultimatepos/Modules/Tms/Resources/views/contact/partial/tab_content.blade.php

24 lines
1.0 KiB
PHP

<div class="tab-pane" id="tms_tab">
<div class="row">
<div class="col-md-12">
<h4><i class="fas fa-truck"></i> @lang('tms::lang.contact_shipments')</h4>
<div class="table-responsive">
<table class="table table-bordered table-striped" id="tms_contact_shipments_table">
<thead>
<tr>
<th>@lang('tms::lang.ref_no')</th>
<th>@lang('tms::lang.status')</th>
<th>@lang('tms::lang.driver')</th>
<th>@lang('tms::lang.vehicle')</th>
<th>@lang('tms::lang.scheduled_at')</th>
<th></th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
<p class="text-muted" id="tms_contact_shipments_empty" style="display:none;">@lang('tms::lang.no_shipments')</p>
</div>
</div>
</div>