Delete {{ $recipe->name }}

Delete {{ $recipe->name }}?

@method('delete') @csrf
Are you sure what to delete {{ $recipe->name }}?
@if(!$recipe->ingredientAmountRelationships->isEmpty())
Deleting this recipe will also remove it from the following recipes:
@endif
Yes, delete No, do not delete