@extends("Site.Layouts.blank") @section ("content")
home_banner

Person

{{$meal->protein}}

Hour

{{$meal->duration_hour}}

Min

{{$meal->duration_minutes}}

{{$meal->title}}

Cooking Steps

@foreach($meal->steps as $key => $step)

STEP

{{$key<9?'0':null}}{{++$key}}

{{$step->description}}
@if($step->media_path) {{$step->title}} @else thumbnail @endif
@endforeach
{{$meal?->chef?->name}}

{{$meal?->chef?->name}}

{{$meal->title}}
play media

Nutrition Facts

Calories

{{$meal->calories}} kcal

Carbs

{{$meal->calories}} gm

Protein

{{$meal->calories}} gm

Fat

{{$meal->calories}} gm

Price AED {{$meal->price}}

Ingredients

@foreach($meal->ingredients_sample as $ingredient)
check

{{$ingredient->name}}

@endforeach

Cuisines

@foreach($meal->regionalCuisines as $cuisine)

{{$cuisine->name}}

@endforeach




@include("Site.Layouts.footer_cart")
@endsection @section('script') @endsection