@lang('recipes.EditRecipe')
@if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
@csrf @method('PUT')
{{-- {{ dd($recipe->time) }} --}}
@lang('validation.required', ['attribute' => __('recipes.Type')])
@foreach ($recipe->ingredients as $index => $ingredient) @endforeach
@lang('recipes.Product') @lang('recipes.Quantity') @lang('recipes.LossPercent') @lang('recipes.Actions')
@foreach ($recipe->images as $image) Recipe Image @endforeach
is_active ? 'checked' : '' }}> @lang('recipes.Yes') is_active ? 'checked' : '' }}> @lang('recipes.No')