@extends('layout.site') @section('title', '') @section('canonical', '') @section('content')
{!! __('structure.make-your-reservation') !!}
{{ now()->format('d') }}, {{ __('structure.month.'.now()->addDays(1)->format('M'))}}, {{ now()->format('Y') }}
{{ now()->addDays(1)->format('d') }}, {{ __('structure.month.'.now()->addDays(1)->format('M'))}}, {{ now()->addDays(1)->format('Y') }}
{!! __('structure.child-ages') !!}
{!! __('structure.promotions') !!}
{!! __('structure.apartments') !!}
{!! __('structure.apartments-subtitle') !!}
{!! __('structure.events') !!}
{!! $home_content['events'][app()->getLocale()] !!}
{!! __('structure.reviews') !!}
{!! __('structure.are-pet') !!}
{!! $home_content['petfriendly'][app()->getLocale()] !!}
Blog Rede Soul
{!! $home_content['blog'][app()->getLocale()] !!}
@include('site.widget-location')
@endsection @section('script') @endsection