@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->getFirstMediaUrlOrDefault(MediaHelper::ARTICLE_MEDIA_PATH)['alt'] }}

{{ $article->name }}

{!! $article->description !!}
{{--

{{__('article.recent_blogs')}}

@foreach ($recentArticles as $recentArticle) @endforeach
--}}

{{ __('article.related_tours') }}

@foreach ($article->tours as $tour) @endforeach

{{ __('article.recent_blogs') }}


@endsection