@extends('layouts.app') @section('btn') {{$itemCategories->count()}} Catégories @endsection @section('content')
@csrf
@include('app.item_categories.tablelist')
@endsection @section('scripts') @include('layouts.plugins.scripts.datatable') @endsection