@extends('layouts.master') @section('styles') @endsection @section('content') @php $breadcrumbs = [ ['label' => 'Dashboard', 'url' => route('admin.dashboard')], ['label' => 'Faq', 'url' =>route('admin.faqs.index')], ['label' => 'Category', 'url' => '#', 'active' => true], ]; @endphp
ID Category Status Action
@csrf @slot('footer')
@endslot
@csrf @slot('footer')
@endslot
@endsection @section('scripts') @include('layouts.components.common-script') @vite('resources/assets/js/modal.js') @endsection