@extends('layouts.app') @section('content')
Nov 12, 2022 by {{$author}}

{{ $recipe_name }}

Summary

{!! $recipe_summary !!}

 PIN
Prep Time: {{ $prep_time }}
Cook Time: {{ $cook_time }}
Total Time: {{ $total_time }}
Votes {!! $rating !!}
{{ $recipe_name }} image
Description

{!! $recipe_description !!}


Servings: {{ $servings }}
{!! $servings_string !!}

Ingredients
{!! $ingredients_string[0] !!}

Instructions
{!! $recipe_step_string !!} @if (AUTH::check() ) @if (AUTH::id() === 1) @endif @endif
@if(Auth::check()) @if( !$reviewed )

Review & Comment
@endif @endif
{!! $comments_string !!}
@if(!empty($value->star_rating))
Ingredients
@for($i=1; $i<=$value->star_rating; $i++) {{-- --}} @endfor

{ $value->comments }}

@else
@endif @endsection