@extends('layouts.app') @section('title', 'Manajemen Kategori') @section('content')

Konsol / Manajemen Kategori

@if (session('success')) @endif @if (session('error')) @endif
Daftar Kategori
{{-- Tambah Kategori --}}
{{ $dataTable->table(['class' => 'datatables-permissions table']) }}
@endsection @push('scripts') {{ $dataTable->scripts() }} @endpush