@extends('emails.layout') @php $guest = $reservation->guest; $link = url('/review/' . $review->token); $hotel = $hotel; $nights = $reservation->nights; $room = $reservation->room?->name ?? 'Acomodação'; $checkIn = $reservation->check_in_realized ?? $reservation->check_in_expected; $checkOut = $reservation->check_out_realized ?? $reservation->check_out_expected; @endphp @section('content') {{-- Saudação --}}
Olá, {{ $guest?->first_name ?? 'Hóspede' }}! 😊
Muito obrigado por se hospedar conosco em {{ $hotel->name }}.
Esperamos que tenha tido uma experiência incrível!
Este link é único e expira em 30 dias.
Sua opinião ajuda-nos a melhorar constantemente.
Com carinho,
Equipe {{ $hotel->name }}
@if($hotel->phone)
{{ $hotel->phone }}
@endif