@extends('layouts.app') @section('btn') Supprimer @endsection @section('content')
@csrf
@include('app.item_categories.tablelist')
@endsection @section('scripts') @include('layouts.plugins.scripts.datatable') @endsection