@extends('menu/main') @section('konten-update-menu')
Form Update 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($dataUpdateMenu->img)
Current Image
@endif @if ($errors->has('for_img'))
{{$errors->first('for_img')}}
@endif
@endsection