@extends('apex-layouts.main') @section('title',"Shop-".$model->title) @section('header-right') @endsection @section('content')
CUISINES: {{($model->cuisines)?$model->cuisines:" - "}} Cost : {{$cost}} Rs.

{{ 'Ingredients' }} {{$model->totalGrams}} G

    @foreach($model->ingredients as $ingredient)
  • {{$ingredient->pivot->grams}}G

    {{$ingredient->name}}

  • @endforeach

{{ 'Nutrition Facts' }} {{$model->totalCalories}} CAL

  • {{$model->totalGrams}}g

    Amount Per

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

    {{$nutrition->title}}

  • @endforeach

getLogo->filePath."/".$model->getLogo->title:env("NO_IMAGE_URL")}}" alt="{{$model->title}}}">

{{$model->title}}

{{$model->description}}

@foreach($model->images as $file)
Make Cover Image
filePath}/{$file->title}"}}" alt="ToDo Pic" height="200">
@endforeach
@endsection @section('scripts') @stop @section('styles') @stop