@extends('layouts.admin-simple')
@section('title', 'Add Product Category')
@section('page-title', 'Add Product Category')
@section('breadcrumb')
Products
Categories
Add Category
@endsection
@section('content')
-
info
Name: Use clear, descriptive names like "Float Glass" or "Mirror Glass"
-
description
Description: Provide a brief overview of what products belong to this category
-
sort
Sort Order: Lower numbers appear first in listings
-
image
Image: Optional category image for better visual representation
@endsection