@extends('layouts.admin') @section('title', 'Tambah Produk') @section('content_header')

Tambah Produk

@stop @section('content')

Form Tambah Produk

@csrf
@error('name') {{ $message }} @enderror
@error('slug') {{ $message }} @enderror Slug digunakan untuk URL. Jika kosong, akan di-generate dari nama.
@error('short_description') {{ $message }} @enderror
@error('icon') {{ $message }} @enderror Format: JPG, PNG, GIF, SVG. Maks. 2MB
@error('image') {{ $message }} @enderror Format: JPG, PNG, GIF. Maks. 2MB
@stop @section('js') @stop @section('css') @stop