fixed copy-paste

This commit is contained in:
Denis Duliçi 2020-07-15 23:38:38 +03:00
parent 8692eb0e41
commit 12131b249a

View File

@ -192,7 +192,7 @@
<tr class="row align-items-center border-top-1 tr-py">
<td class="col-xs-4 col-sm-1"><a href="{{ route('bills.show', $item->id) }}">{{ $item->bill_number }}</a></td>
<td class="col-xs-4 col-sm-3 text-right">@money($item->amount, $item->currency_code, true)</td>
<td class="col-sm-3 d-none d-sm-block text-left">@date($item->billd_at)</td>
<td class="col-sm-3 d-none d-sm-block text-left">@date($item->billed_at)</td>
<td class="col-sm-3 d-none d-sm-block text-left">@date($item->due_at)</td>
<td class="col-xs-4 col-sm-2"><span class="badge badge-pill badge-{{ $item->status_label }} my--2">{{ trans('bills.statuses.' . $item->status) }}</span></td>
</tr>
@ -216,5 +216,5 @@
@endsection
@push('scripts_start')
<script src="{{ asset('public/js/sales/vendors.js?v=' . version('short')) }}"></script>
<script src="{{ asset('public/js/purchases/vendors.js?v=' . version('short')) }}"></script>
@endpush