@extends('layouts.app') @section('content')
@if (count($guests) > 0)
LISTA OSPITI
@foreach ($guests as $guest) @if ( $guest->p_currency == 1 ) @else @endif @if ( $guest->p_currency == 1 ) @else @endif @if ( $guest->p_opt_cleaning == 3) @if ( $guest->p_currency == 1 ) @else @endif @else @endif @if ( $guest->g_documents_req == 1 ) @else @endif @if ( $guest->g_documents_rec == 1 ) @else @endif @if ( $guest->g_documents_reg == 1 ) @else @endif @endforeach
Dettaglio Prenot. Proprietà Check-in Check-out N°notti N°ospiti Canale Nome & Cognome Data Bal.
Balance Incasso Bal. Info Bal. Balance2 Info bal.2 Bal.pul. Info Pulizie Cittadinanza Email Telefono Conto/Carta Scad.carta Doc.richiesti Doc.ricevuti Doc.regis. Note Note esterne Extra service ID book. ID guest
@endif
VEDI TUTTI

@endsection