@include('admin.partials.sidebar', ['activeMenu' => 'menu', 'pendingCount' => $pendingCount ?? 0])
Edit Menu
@if ($errors->any())
Validasi gagal!
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf @method('PUT')
Nama Menu
Kategori
-- Pilih Kategori --
category) == 'bakso' ? 'selected' : '' }}>Bakso
category) == 'mie' ? 'selected' : '' }}>Mie
category) == 'paket' ? 'selected' : '' }}>Paket
category) == 'minuman' ? 'selected' : '' }}>Minuman
Harga
Status
status) == 'active' ? 'selected' : '' }}>Aktif
status) == 'inactive' ? 'selected' : '' }}>Tidak Aktif
is_recommended) ? 'checked' : '' }} style="width:18px; height:18px; accent-color:#8B0000; margin:0;"> Jadikan menu rekomendasi
Deskripsi
{{ old('description', $menu->description) }}
Unggah
File
JPG atau PNG, maksimal 10 MB
Update