@extends('layouts.partner') @section('title', 'Hotéis') @section('content')

Hotéis

@forelse ($hotels as $h) @empty @endforelse
HotelMarcaPaísQuartosFact Sheet
{{ $h->name }} {{ $h->brand?->name ?? '—' }} {{ $h->country?->name ?? '—' }} {{ $h->room_count ?? '—' }} Ver Fact Sheet
Sem hotéis.
@endsection