@extends('layouts.app') @section('title') @php echo $metatags @endphp {{-- {{(app()->getLocale() == 'en')? $dish->name_en: $dish->name_ar}} {{trans('home.menu')}}--}} @endsection @section('content')
{{$news->alt_img}}

{{$news->{'name_'.$lang} }}

{!! $news->{'text_'.$lang} !!}

@isset($news->quotes) @if(count($news->quotes) > 0) @foreach ($news->quotes as $quote)
{{$quote->answer}}

{{$quote->question}}

@endforeach @endif @endisset {{--

{{ trans('home.Leave a Reply') }}

--}}
@if(count($newsCategories) > 0)
@lang('home.categories')
@foreach ($newsCategories as $newsCategory) @endforeach
@endif @if (count($newss)>0)
@lang('home.related_news')
@foreach ($newss as $new)
news
@if($news?->Newscat)
{{$new->Newscat->{'name_'.$lang} }}
@endif
{{$new->{'name_'.$lang} }}
@endforeach
@endif
@endsection