@extends('layouts.app') @section('content') @if (count($bookings) > 0)
LISTA PRENOTAZIONI
@if ( $logged->a_id == 47 ) @endif @foreach ($bookings as $booking) @if ( $logged->a_id == 47 ) @if ( $booking->p_currency == 1 ) @else @endif @endif @if ( $booking->p_currency == 1 ) @else @endif @if ( $booking->p_currency == 1 ) @else @endif @if ( $booking->p_currency == 1 ) @else @endif @if ( $booking->p_currency == 1 ) @else @endif @endforeach
Proprietà Check-in Check-out Notti N°ospiti Ospite Nazionalità TotaleBalance Info Bal. Imp.pulizie Info pulizie Deposito Info dep. T.sog.arrivo Tel.Ospite Note Esterne Servizi extra Orario arrivo
{{ $booking->h_title }} {{ $booking->p_nights_number }} {{ $booking->p_guests_number }} {{ $booking->g_name }} {{ $booking->g_surname }} {{ $booking->g_citizenship }} € {{ $booking->p_tot_price }} $ {{ $booking->p_tot_price }} @if ( $logged->a_id != 4 && $logged->a_id != 15) @if ( $booking->p_opt_balance == 1 ) € {{ $booking->p_balance }} @else / @endif @else @if ( $booking->p_opt_balance == 2 ) € {{ $booking->p_balance }} @else / @endif @endif @if ( $logged->a_id != 4 && $logged->a_id != 15) @if ( $booking->p_opt_balance == 1 ) $ {{ $booking->p_balance }} @else / @endif @else @if ( $booking->p_opt_balance == 2 ) $ {{ $booking->p_balance }} @else / @endif @endif @if ( $logged->a_id != 4 && $logged->a_id != 15) @if ( $booking->p_opt_balance == 1) @if ( $booking->p_paid_balance == 0 )

Arrivo in contanti

@else

Arrivo in contanti

@endif @else

/

@endif @else @if ( $booking->p_opt_balance == 2 ) @if ( $booking->p_paid_balance == 0 )

In contanti KH

@else

In contanti KH

@endif @else / @endif @endif
@if ( $booking->p_opt_cleaning == 1 ) € {{ $booking->p_cleaning_cost }} @else

/

@endif
@if ( $booking->p_opt_cleaning == 1 ) $ {{ $booking->p_cleaning_cost }} @else

/

@endif
@if ( $booking->p_opt_cleaning == 1 )

Arrivo in contanti

@else

/

@endif
@if ( $booking->p_opt_deposit == 1 ) € {{ $booking->p_deposit }} @else

/

@endif
@if ( $booking->p_opt_deposit == 1 ) $ {{ $booking->p_deposit }} @else

/

@endif
@if ( $booking->p_opt_deposit == 1 )

Arrivo in contanti

@else

/

@endif
€ {{ $booking->p_tourist_tax_arrival }} $ {{ $booking->p_tourist_tax_arrival }} {{ $booking->g_phone }} {{ $booking->p_note_kh }} {{ $booking->p_extra_service }} {{ $booking->p_arrival_time }}
Proprietà Check-in Check-out N°notti N°ospiti Ospite Nazionalità Balance Info Balance Importo pulizie Info pulizie
Deposito Info dep. T.sog.arrivo Tel.Ospite Note Servizi extra Orario arrivo    
STAMPA REPORT

@endif @endsection