@extends('layouts.app') @section('title', __('Sub Categories')) @push('pre_css') @include('panel.inc.filepond.css') @endpush @push('css') @include('panel.inc.datatable.css') @endpush @section('content')
{!! $dataTable->table() !!}
@stop @push('pre_script') @include('panel.inc.filepond.js') @endpush @push('script') @include('panel.inc.datatable.js') {!! $dataTable->scripts() !!} @endpush