@extends('layout.master') @section('meta') @include('layout.partials.seo', [ 'title' => $article->meta_title, 'description' => $article->meta_description, 'keywords' => $article->meta_keywords, 'image' => $article->getFirstMediaUrlOrDefault(MediaHelper::ARTICLE_MEDIA_PATH, 'webp')['url'], 'schema' => $article->schema, ]) @endsection @section('content') {{ $article->name }} {{ __('general.home') }} {{ __('article.our_blog') }} {{ $article->category->name }} {{ $article->name }} {{ $article->name }} {!! $article->description !!} {{-- {{__('article.recent_blogs')}} @foreach ($recentArticles as $recentArticle) {{$recentArticle->name}} {{ \Carbon\Carbon::parse($recentArticle->created_at)->format('d M Y') }} @endforeach --}} {{ __('article.related_tours') }} @foreach ($article->tours as $tour) {{$tour->name}} {{Currency::display($tour->final_price)}} /{{__('tour.per_person')}} @endforeach {{ __('article.recent_blogs') }} @foreach ($recentArticles as $recentArticle) {{ $recentArticle->name }} @endforeach @endsection
{{ \Carbon\Carbon::parse($recentArticle->created_at)->format('d M Y') }}
{{Currency::display($tour->final_price)}} /{{__('tour.per_person')}}