@extends('layouts.site') @section('title', ($page->title ?? 'Policy Page') . ' - Visit Sri Lanka 360') @php $heroBg = !empty($page->hero_image) ? asset('storage/' . ltrim($page->hero_image, '/')) : asset('images/hero/policy-hero.jpg'); @endphp @section('content')
{{-- HERO --}}
Legal Information

{{ $page->title }}

@if(!empty($page->excerpt))

{{ $page->excerpt }}

@endif
{{-- BODY --}}
{!! $page->content !!}
@endsection @push('styles') @endpush