@if(Session::has('b_a_message'))
@endif
{{ Session::pull('b_a_message')}}
| # | Soort | Categorie | Stuksprijs | Gewicht | Soort( <2022) | Soort ( >2022) | Toestand | |
|---|---|---|---|---|---|---|---|---|
| {{ $key + 1}} | {{ $item->name }} | {{ $item->title }} | {{ $item->unit_price }} | {{ $item->weight }} | {{ $item->old_sort }} | {{ $item->sort }} | {{ $item->is_deleted == \App\Helper\AppConstant::IS_DELETED ? 'Verwijderd' : 'Actief' }} | Bijwerken |
| Geen data. | ||||||||
{{ $list->links() }}