{{ __('Dashboard') }}

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

@if ($errors->any())

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

@csrf
{{ __('Name') }}
{{ __('Description') }}
{!! old('description') !!}
{{ __('Price') }}
{{ __('Add') }}
@push('quill') @endpush @push('scripts') @endpush