Moments from this story
Browse our curated tours or build a custom trip in minutes — we’ll confirm everything via WhatsApp/email.
@extends('layouts.site') @section('title', ($post->title ?? 'Blog') . ' - Visit Sri Lanka 360') @php $cover = !empty($post->cover_image) ? asset('storage/' . ltrim($post->cover_image, '/')) : asset('images/hero/tours-hero.jpg'); $date = $post->published_at ? \Carbon\Carbon::parse($post->published_at)->format('M d, Y') : null; // Optional: if you store gallery as array/json $gallery = collect($post->gallery ?? [])->filter()->values(); // For share links $currentUrl = url()->current(); @endphp @section('content')
{{ $post->excerpt }}
@endifBrowse our curated tours or build a custom trip in minutes — we’ll confirm everything via WhatsApp/email.