{{ $hotel->name }}

{{ $hotel->ranking }}{!! $hotel->getStarts() !!}

@isset($hotel->content[0]->address)

{{ $hotel->content[0]->address }}{{ isset($hotel->content[0]->city)? ', ' . $hotel->content[0]->city : '' }}{{ isset($hotel->country->description)? ', ' . $hotel->country->description : '' }}

@endisset @isset($hotel->content[0]->description)

{{ $hotel->content[0]->getShortDescription() }}

@endisset