Home
{!! __('structure.the-hotel') !!}
{!! __('structure.rooms') !!}
{!! __('structure.promotions') !!}
{!! __('structure.contact') !!}
{!! str_replace('-BR', '', app()->getLocale()) !!}
@if(app()->getLocale()!='pt-BR')
PT
@endif @if(app()->getLocale()!='en')
EN
@endif @if(app()->getLocale()!='es')
ES
@endif
@yield('content')
@yield('script')