@extends('layouts.pages') @section('title', $point->meta_title ?? $point->title) @section('meta_description', $point->meta_description) @section('meta_keywords', $point->meta_keywords) @section('meta_robots', $point->meta_robots) @section('canonical_url', $point->canonical_url) @section('content')
{!! nl2br(e($point->hotel_stays_content)) !!}
@endif @if ($point->hotel_stays_link) @endif{!! nl2br(e($point->dining_content)) !!}
@endif @if ($point->dining_link) @endif{!! nl2br(e($point->spa_content)) !!}
@endif @if ($point->spa_link) @endif