ultimatepos/Modules/Accounting/Resources/views/transactions/partials/payments.blade.php

32 lines
1.1 KiB
PHP

<div class="pos-tab-content">
<div class="row">
<div class="col-sm-4">
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="box">
<div class="box-body">
<div class="table-responsive">
<table class="table table-bordered table-striped" id="{{$id}}">
<thead>
<tr>
<th>@lang('messages.action')</th>
<th>@lang('messages.date')</th>
<th>@lang('account.payment_ref_no')</th>
<th>@lang('account.invoice_ref_no')</th>
<th>@lang('sale.amount')</th>
<th>@lang('lang_v1.payment_type')</th>
<th>@lang( 'lang_v1.description' )</th>
</tr>
</thead>
</table>
</div>
</div>
</div>
</div>
</div>
</div>