{{ __('Dodaj przepis') }}

@if ($errors->any())
Dane są nieprawidłowo wprowadzone...
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf {{ __('Nazwa przepisu') }}

Write a few sentences about yourself.



{{--
@foreach($ingredients as $ingredient) @endforeach
amount ? 'checked' : null }} data-id="{{ $ingredient->id }}" type="checkbox" class="ingredient-enable"> {{ $ingredient->name }} amount ? null : 'disabled' }} data-id="{{ $ingredient->id }}" name="ingredients[{{ $ingredient->id }}]" type="text" class="ingredient-amount form-control" placeholder="Amount">
@section('scripts') @parent @endsection @if($errors->has('ingredients'))
{{ $errors->first('ingredients') }}
@endif ktos
--}} {{ __('Składniki') }}