@section('contents') @if(session('Favourite'))
@endif
@if($Meal->Image->filename) @else @endif
@if($Meal->Chief->Image->filename) restaurant @else @endif @if($Meal->Chief->name)

{!! $Meal->Chief->name !!}

@else @endif @if($Meal->Chief->details)

{!! $Meal->Chief->details !!} @if ($Meal->Chief->active == 1) Available @else Not Available @endif

@else @endif

{!! $Meal->current_price !!}

@if($Meal->Image->filename) @else @endif

{!! $Meal->{'title_'.$Locale} !!}

{!! $Meal->{'body_'.$Locale} !!}

{!! __('lang.ListIngredients') !!} {!! __('lang.BuyProducts') !!}
{!! __('lang.Ingredients') !!}

{!! $Meal->Ingredientone !!}

{!! __('lang.Ingredients') !!}

{!! $Meal->Ingredienttwo !!}

{!! __('lang.Ingredients') !!}

{!! $Meal->Ingredientthree !!}

{!! __('lang.Ingredients') !!}

{!! $Meal->Ingredientfour !!}

{!! __('lang.Ingredients') !!}

{!! $Meal->Ingredientfive !!}

{!! __('lang.Ingredients') !!}

{!! $Meal->Ingredientsix !!}

{!! __('lang.Ingredients') !!}

{!! $Meal->Ingredientseven !!}

@php $youtubeLink = $Meal->linkvideo; // Extract the video ID from the URL parse_str(parse_url($youtubeLink, PHP_URL_QUERY), $videoParams); $videoId = $videoParams['v'] ?? null; @endphp @if ($videoId)
@else

No valid video found.

@endif

{!! __('lang.ExploreRecipes') !!}

@foreach($ExploreRecipes as $ExploreRecipe)
{!! $ExploreRecipe->{'title_'.$Locale} !!}

{!! substr($ExploreRecipe->{'body_'.$Locale}, 0, 85) !!}

{!! $ExploreRecipe->time !!} {!! __('lang.toready') !!}

{{ $ExploreRecipe->status == 1 ? __('lang.Available') : __('lang.Not_Available') }}

{!! $ExploreRecipe->current_price !!}
@endforeach
@if(session('Reviews')) @endif @if(session('Delete_Review')) @endif @guest @if($Reviews->isEmpty()) @endguest
{!! __('lang.AllReviews') !!}
@else
{!! count($Reviews) !!} {!! __('lang.AllReviews') !!}
@endif @if($Reviews->isEmpty()) @else @foreach($Reviews as $Review)
@if(isset($Review->User->Image->filename)) avatar @else avatar @endif
@for ($i = 1; $i <= $Review->rate; $i++) @endfor @if(isset($Review->User->name))
{!! $Review->User->name !!}
@else @endif

{!! date('M j, Y', strtotime($Review->created_at)) !!}

{!! $Review->Review !!}

@auth @if($Review->User->id == Auth::user()->id)
@csrf @method('DELETE')
@else @endif @endauth

@endforeach @endif
@csrf
{!! __('lang.LeaveReview') !!}

{!! __('lang.RatetheFood') !!}

@error('Reviews') @enderror
😊 😁 😎 🤗 🎉 🤩 🍔 🍕 🍟 🌮 🍣 🍩 😢 😟 😞 😭 😔 😠 😍 ❤️ 💖 💯 👍 👏 🎶 🔥 🎂 🚀 🌟 🥗 🍱 🥩 🍗 🥓 🍜 🍝 🥪 🌭 🍛 🍰 🍦 🍧 🧁 🍿 🍹 🥤 🍺 🍫 🍎 🍇 🍓 🍍 🥥 🥘 🧀
@foreach($Products as $Product)
@if(isset($Product->Image->filename)) Product @else @endif
{!! $Product->{'title_'.$Locale} !!}

{!! substr($Product->{'body_'.$Locale}, 0, 60) !!}

{!! $Product->price !!}
@endforeach
@foreach($banners as $banner) @if(isset($banner->Image->filename)) @else @endif @endforeach

{!! __('lang.Recipes') !!}

@endsection