@extends('layouts.color_admin.default') @section('title', 'Types') @section('content')

Aangiftetype

Totaal: {{ count($list) }}

Reststroom aanmaken
@if(Session::has('b_a_message'))
{{ Session::pull('b_a_message')}}
@endif
@forelse($list as $key => $item) @empty @endforelse
# 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() }}
--}}
@endsection @push('scripts') @endpush