fixed copy-paste
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user