@extends('layouts.app') @section('title', __('pages.meta.trends.title')) @section('meta_description', __('pages.meta.trends.description')) @section('meta_keywords', __('pages.meta.trends.keywords')) @section('meta_author', __('pages.meta.author')) @section('content') @php $breadcrumb = $breadcrumb ?? []; $breadcrumbBottom = $breadcrumbBottom ?? []; $about = $about ?? []; $reviews = $reviews ?? []; $floatingActions = $floatingActions ?? []; $mobileNavData = $mobileNavData ?? []; $sectionBenefits = $sectionBenefits ?? []; @endphp
@include('pages.home.shared.header')

{!! $about['content'] ?? '' !!}
@include('pages.home.shared.section-benefits', ['sectionBenefitsData' => $sectionBenefits])
@include('pages.home.shared.trustpilot-section', ['trustpilotData' => $reviews])
@include('pages.home.shared.footer') @include('pages.home.shared.popup-booking')
@foreach ($floatingActions as $action) @php $width = $action['width'] ?? 25; $height = $action['height'] ?? 25; $actionId = $action['id'] ?? ''; @endphp {{ $action['alt'] ?? '' }} @if (!empty($action['badge'])) {{ $action['badge'] }} @endif @if (!empty($action['text'])) {{ $action['text'] }} @endif @endforeach
@endsection @push('scripts') @endpush