@extends('layouts.admin') @section('title', 'Categories Management') @section('content')

Categories Management

Organize product categories, sub-categories, and descriptions.

Add New Category

@csrf

Edit Category

@csrf
@push('scripts') @endpush @endsection