@extends('layouts.dashboard') @section('content')
Add New Category Show Form
@if (session('success'))
{{ session('success') }}
@endif
@csrf
Existing(s) Category Details
@include('category.addCategory_ajax')
Action Category Name Description Status Added By
@endsection