@extends('admin.layouts.app') @section('title', $category->exists ? 'Edit Category' : 'Add Category') @section('content')
Category details
@csrf @if($category->exists) @method('PUT') @endif
@error('name')
{{ $message }}
@enderror
Paste a raw SVG string. Used in category grid on homepage and shop page.
SEO (optional)
Cancel @if($category->exists) @csrf @method('DELETE') @endif
@endsection