{{ $reportBadge ?? 'Relatório' }}
{{ $reportTitle ?? 'Relatório' }}
{{ $hotel->name }} @if($hotel->city) · {{ $hotel->city }}/{{ $hotel->state }} @endif
Período:
{{ \Carbon\Carbon::parse($from)->format('d/m/Y') }} a {{ \Carbon\Carbon::parse($to)->format('d/m/Y') }}
Gerado em: {{ now()->format('d/m/Y H:i') }}
@if($hotel->document)
CNPJ: {{ $hotel->document }}
@endif
@yield('content')