ultimatepos/resources/views/sale_pos/partials/subscriptions_table.blade.php

18 lines
672 B
PHP

<div class="table-responsive">
<table class="table table-bordered table-striped" id="subscriptions_table">
<thead>
<tr>
<th>@lang('messages.date')</th>
<th>@lang('lang_v1.subscription_no')</th>
<th>@lang('sale.customer_name')</th>
<th>@lang('sale.location')</th>
<th>@lang('lang_v1.subscription_interval')</th>
<th>@lang('lang_v1.no_of_repetitions')</th>
<th>@lang('lang_v1.generated_invoices')</th>
<th>@lang('lang_v1.last_generated')</th>
<th>@lang('lang_v1.upcoming_invoice')</th>
<th>@lang('messages.action')</th>
</tr>
</thead>
</table>
</div>