@extends('layout.master') @section('meta') @include('layout.partials.seo', [ 'title' => $subCategory->meta_title, 'description' => $subCategory->meta_description, 'keywords' => $subCategory->meta_keywords, 'image' => $subCategory->getFirstMediaUrlOrDefault(MediaHelper::SUB_CATEGORY_MEDIA_PATH, 'webp')['url'], 'schema' => $subCategory->schema ]) @endsection @section('content') {{$subCategory->name}} {{__('general.home')}} {{$subCategory->category->name}} {{$subCategory->name}} {{$subCategory->heading}} {!!$subCategory->description!!} @if(!empty($subCategory->map_link)) {!! html_entity_decode($subCategory->map_link) !!} @endif {{__('tour.search_by_name')}} {{__('tour.price_range')}} @if($tours->count() > 0) {{__('Filter')}} @endif {{__('tour.related_category')}} @foreach($relatedSubCategories as $relatedSubCategory) {{$relatedSubCategory->name}} ({{$relatedSubCategory->tours_count}}) @endforeach @foreach($tours as $tour) @include('layout.partials.tour-box',['tour' => $tour,'style'=>'Tours']) @endforeach {{ $tours->appends(request()->query())->links() }} {{-- --}} @include('layout.partials.reviews') @include('layout.partials.faqs') @include('layout.partials.partner') {{-- --}} @endsection
{!!$subCategory->description!!}