{{ __('Dashboard') }}

{{ __("Edit Kitchen") }} {{ __('Back') }}

@if ($errors->any())

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

@method('PUT') @csrf
{{ __('Name') }}
{{ __('Description') }}
{!! old('description', $kitchen->description) !!}
{{ __('Price') }}
{{ __('Change') }}
@push('quill') @endpush @push('scripts') @endpush