@extends('admin.layouts.app') @section('title', 'Create Category') @section('content')
Back to Categories

Create New Category

@if(session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@endif
@csrf

Select a parent category to create a subcategory.

Leave blank to auto-generate from name.

Upload an image (JPG, PNG, GIF). Max 5MB.

Paste your custom Schema.org JSON-LD code here.


SEO Settings

/60 chars
/160 chars

If checked, search engines will be instructed not to follow links to this category page.


Cancel
@endsection