@extends('layouts.admin') @section('content')

VIPs no Hotel Hoje

@if($vipGuests->isEmpty())

Nenhum hóspede VIP esperado ou hospedado hoje.

@else @endif

Aniversariantes do Mês

@if($birthdays->isEmpty())

Nenhum hóspede faz aniversário neste mês.

@else @endif

Maiores Frequências (Top 5)

@if($topByStays->isEmpty())

Dados insuficientes.

@else @endif

Maiores Receitas (Top 5)

@if($topBySpent->isEmpty())

Dados insuficientes.

@else @endif
@endsection @push('scripts') @endpush