@extends('layouts.apoteker') @section('title', 'Edit Katalog') @section('content')

✏️ Edit Katalog Produk

@if (session('success')) @endif
@csrf @method('PUT') {{-- Nama & Slug --}} {{-- Deskripsi --}} {{-- Harga dan Stok --}}
{{-- Urutan --}} {{-- Kategori --}} {{-- Aktif --}} {{-- Gambar Utama --}} @if ($catalog->image_path)
Gambar Produk
@endif
@endsection @push('scripts') {{-- Slugify --}} {{-- TinyMCE --}} @endpush