@extends('layouts.app') @section('title', 'Create Menu') @include('includes.filepondEdit') @include('includes.validateCoreUi') @include('includes.summerNoted') @section('addcss') @endsection @section('content') @if ($errors->any())
@foreach ($errors->all() as $error) @endforeach
@endif

Create Menu

@csrf
Pilih Instansi.
Pilih Kategori.
Masukkan Nama Menu.
Masukan popular.
Masukan Sort.
Upload Icon.
Upload Icon.
Upload Icon.
Cancel
@endsection @push('js') @endpush