@if(Session::has('delete'))
Success! {{Session::get('success')}}
@endif
#
|
Recipe Name
|
Recipe Category
|
Preparation Time
|
Cook Time
|
|
|
|
|
|
|
@foreach($recipes as $recipe)
{{++$count}} |
{{$recipe->recipe_name}}
|
{{$recipe->recipe_category}}
|
{{$recipe->preparation_time}}
|
{{$recipe->cook_time}}
|
Edit
Delete
|
@endforeach