@extends('apex-layouts.main') @section('content')

{{ $model->title }}

{{$model->caloriesTotal}} CAL
Review

{{ 'Ingredients' }}

@foreach($model->ingredients as $ingredient) {{$ingredient->name}} @endforeach

CUISINES: {{$model->cuisines}}

{{$model->description}}

logo:URL::asset(config("params")['images']["recipe"])}}" alt="{{$model->title}}}">

{{$model->title}}

  • {{$model->ingredients()->sum("grams")}}g

    Amount Per

  • @foreach($model->nutritionFacts as $nutrition)
  • {{$nutrition->value.$nutrition->unit}}

    {{$nutrition->title}}

  • @endforeach
@endsection @section('scripts') @stop @section('styles') @stop