@extends('layouts.admin') @section('title', 'Edit Kategori Produk') @section('content')

Edit Kategori Produk

Perbarui informasi kategori produk {{ $productCategory->name }}

@csrf @method('PUT')

Informasi Dasar

@error('name')

{{ $message }}

@enderror

Jika kosong, akan dibuat otomatis dari nama kategori

@error('slug')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror
@if($productCategory->image)
{{ $productCategory->name }}
Gambar kategori saat ini
@endif

atau drag and drop

PNG, JPG, WEBP maksimal 2MB

@error('image')

{{ $message }}

@enderror

Pengaturan

Semakin kecil angka, semakin awal urutan tampil

@error('sort_order')

{{ $message }}

@enderror
is_active) ? 'checked' : '' }} class="focus:ring-blue-500 h-4 w-4 text-blue-600 border-gray-300 rounded">

Kategori ini akan tampil di website

SEO

@error('meta_title')

{{ $message }}

@enderror
@error('meta_description')

{{ $message }}

@enderror
Batal
@endsection @push('scripts') @endpush