@extends('layouts.app') @section('content')
| Dettaglio | Prenot. | Proprietà | Check-in | Check-out | N°notti | N°ospiti | Canale | Nome & Cognome | Doc.richiesti | Doc.ricevuti | Doc.regis. | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| VIEW O. | VIEW P. | ITA ENG | {{ $guest->h_title }} | {{ $guest->p_nights_number}} | {{ $guest->p_guests_number}} | {{ $guest->p_from}} | {{ $guest->g_name }} {{ $guest->g_surname }} | @if ( $guest->g_documents_req == 1 )SI | @elseNO | @endif @if ( $guest->g_documents_rec == 1 )SI | @elseNO | @endif @if ( $guest->g_documents_reg == 1 )SI | @elseNO | @endif||