{{ __('Dashboard') }}

{{ __("Edit Dish") }} {{ __('Back') }}
@method('PUT') @csrf
{{ __('Price') }}
{{ __('Description') }}
{!! old('description', $dish->description) !!}
{{ __('Change') }}
@push('quill') @endpush @push('scripts') @endpush