@extends('layouts.app') @section('title', 'Edit Food Item') @section('breadcrumbs') @endsection @section('content')

Edit Food Item

Update menu item details

@csrf @method('PUT')

Basic Information

@error('name')

{{ $message }}

@enderror
@error('category')

{{ $message }}

@enderror
$
@error('price')

{{ $message }}

@enderror
$
@error('cost_price')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror

Image

Preview

Drag and drop your image here, or

Settings

Cancel
@endsection