@extends('front.app') @section('content') {{$category->name}} {{ $dataTable->table(['class'=> 'table table-row-bordered gy-5 hide-action'], true) }} @endsection @push('scripts') {{$dataTable->scripts()}} @endpush