@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 |
|---|