@extends('menu/main') @section('konten-form-tambah-menu')
Form input menu
@include('flash-message')
@csrf
@if ($errors->has('for_kategory'))
{{$errors->first('for_kategory')}}
@endif
@if ($errors->has('for_nama_makanan'))
{{$errors->first('for_nama_makanan')}}
@endif
@if ($errors->has('for_harga'))
{{$errors->first('for_harga')}}
@endif
@if ($errors->has('for_jenis_menu'))
{{$errors->first('for_jenis_menu')}}
@endif
@if ($errors->has('for_harga'))
{{$errors->first('for_harga')}}
@endif
@if ($errors->has('for_img'))
{{$errors->first('for_img')}}
@endif
@endsection