@extends('layouts.app') @push('styles') @endpush @section('title') Categories @endsection @section('page_header') @endsection @section('content')
Categories Table
ID Title Slug Parent Created At Actions
@endsection @push('scripts') @include('categories.script') @endpush