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