{{-- @extends('layouts.app') @section('content')

Edit Kategori

Perbarui informasi kategori "{{ $category->name }}"

🏷️

Edit Informasi Kategori

Perbarui data kategori sesuai kebutuhan

@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror

Statistik Kategori

{{ $category->products_count }}

Total Produk

{{ $category->created_at->format('d M Y') }}

Dibuat

Batal
@endsection --}} {{-- resources/views/categories/edit.blade.php --}} @extends('layouts.app') @section('content')

Edit Kategori

Memperbarui: {{ $category->name }}

@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror
Batal
@endsection