@extends('backend.admin-master') @section('site-title') {{__('Courses Category')}} @endsection @section('style') @include('backend.partials.datatable.style-enqueue') @endsection @section('content')
@endsection @section('script') @include('backend.partials.bulk-action',['action' => route('admin.courses.category.bulk.action')]) @include('backend.partials.datatable.script-enqueue') @include('backend.partials.icon-field.js') @endsection