@csrf @method('PUT')

Belongs to Categories

@foreach($categories as $category)
recipe_categories->contains($category->id) ? 'checked' : '' }}> {{ $category->name }}
@endforeach