@extends('dashboard.app') @section('title', 'Tambah Data Menu') @section('content')

Tambah Gambar Menu

@if ($errors->any())
Terjadi Kesalahan!
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection