@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')
{!!clean(Str::limit(langConverter($lodging->en_description, $lodging->fr_description), 320)) !!}
{!! clean(Str::limit(langConverter($activity->en_description, $activity->fr_description), 120)) !!}
{{ __('Learn More >') }}