@extends('apex-layouts.main') @section("title",$model->name) @section('header-right') @endsection @section('content')
logo:URL::asset(config("params")['images']["ingredient"])}}" alt="element 06" height="150">

{!! $model->name !!}

{!! $model->description !!}

Amount Per: {!! $model->gram !!}

Kcal : {!! ceil($model->calories) !!}

Nutrition Facts

    @foreach($model->nutrition as $nutrition)
  • {{$nutrition->pivot->value.$nutrition->unit}} {{$nutrition->title}}
  • @endforeach
@endsection