@extends('layouts.app') @section('title', 'Catégories de produits') @section('third_party_stylesheets') @endsection @section('breadcrumb') @endsection @section('content')
@include('utils.alerts')

{!! $dataTable->table() !!}
@include('product::includes.category-modal') @endsection @push('page_scripts') {!! $dataTable->scripts() !!} @endpush