{{ $translation->short_description }}
@endif @if ($translation?->usp){{ $translation->usp }}
@endif| Morada{{ $hotel->address ?: '—' }} | Nº de quartos{{ $hotel->room_count ?: '—' }} |
| Distância ao aeroporto{{ $hotel->distance_airport_km ? $hotel->distance_airport_km.' km' : '—' }} | Distância ao centro{{ $hotel->distance_center_km ? $hotel->distance_center_km.' km' : '—' }} |
| Check-in{{ $hotel->checkin_time ?: '—' }} | Check-out{{ $hotel->checkout_time ?: '—' }} |
@if ($hotel->has_spa)Spa@endif @if ($hotel->has_pool)Piscina@endif @if ($hotel->has_parking)Parking@endif @if ($hotel->has_mice)MICE / Eventos@endif
@if ($translation?->description){!! nl2br(e($translation->description)) !!}
@endif @if ($hotel->facilities->isNotEmpty())@foreach ($hotel->facilities as $f){{ $f->name }}@endforeach
@endif @if (! empty($hotel->room_types))| Tipologia | Nº quartos | Descrição |
|---|---|---|
| {{ $rt['name'] ?? '' }} | {{ $rt['count'] ?? '—' }} | {{ $rt['description'] ?? '' }} |
| {{ $r['name'] ?? '' }} | {{ $r['description'] ?? '' }} |
| {{ $b['name'] ?? '' }} | {{ $b['description'] ?? '' }} |
| {{ $c['label'] ?? '' }} | {{ $c['value'] ?? '' }} |