@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) @section('content')
{{-- Failed --}} @if(Session::has("failed")) @endif {{-- Success --}} @if(Session::has("success")) @endif
{{-- Save Category --}}
@csrf
{{-- Category Name --}}
{{-- Category Slug --}}
{{-- Footer --}} @include('admin.includes.footer')
{{-- Custom JS --}} @section('scripts') @endsection @endsection