@extends('layouts.admin-apoteker') @section('title', 'Tambah Katalog') @section('content')

➕ Tambah Katalog Baru

{{-- SweetAlert on success --}} @if (session('success')) @endif
@csrf {{-- Nama & Slug --}} {{-- Deskripsi --}} {{-- Harga dan Stok --}}
{{-- Urutan --}} {{-- Kategori --}} {{-- Checkbox Aktif --}} {{-- Gambar Utama --}}
@endsection @push('scripts') {{-- Slugify --}} {{-- TinyMCE for Deskripsi --}} @endpush