@php $videoCover = $siteSettings?->home_video_cover_image ? asset('storage/' . ltrim($siteSettings->home_video_cover_image, '/')) : asset('assets/img/sections/buddhism-video.jpg'); $videoTitle = $siteSettings?->home_video_title ?: 'Watch Our Video'; $videoSubtitle = $siteSettings?->home_video_subtitle ?: 'The Beauty of Nature'; $videoUrl = $siteSettings?->home_video_url ?: 'https://www.youtube.com/embed/dQw4w9WgXcQ'; if ($videoUrl) { if (str_contains($videoUrl, 'watch?v=')) { $videoUrl = str_replace('watch?v=', 'embed/', $videoUrl); } if (str_contains($videoUrl, 'youtu.be/')) { $videoId = \Illuminate\Support\Str::after($videoUrl, 'youtu.be/'); $videoId = strtok($videoId, '?'); $videoUrl = 'https://www.youtube.com/embed/' . $videoId; } } @endphp
{{-- LEFT --}}
new
{{ $videoTitle }}
{{ $videoSubtitle }}
{{-- RIGHT --}}

A Simply Perfect Place
To Get Lost

Treat yourself with a journey to your inner self. Visit a mystique Tibet and start your spiritual adventure. We promise, you’ll enjoy every step you make.

Sri Lanka
{{-- VIDEO MODAL --}}