@extends('layouts.appReport') @section('content') @if (count($bookings) > 0) @foreach ($bookings as $booking) @endforeach
Proprieta Check-in Check-out N.notti N.ospiti Ospite Nazionalita Imp.Affitto Imp.C.S. Balance Info Bal. Imp. pulizie Info pulizie Deposito Info Deposito T.sog.arrivo T.sog.KH Tel.Ospite Note esterne Servizi extra Orario arrivo Rimborso Perc.KH iva inc. BB saldo Cash saldo
{{ $booking->h_title }} {{ $booking->p_date_start }} {{ $booking->p_date_end }} {{ $booking->p_nights_number }} {{ $booking->p_guests_number }} {{ $booking->g_name }} {{ $booking->g_surname }} {{ $booking->g_citizenship }} {{ $booking->p_net }} {{ $booking->p_cedolare_secca }} @if ( $booking->p_opt_balance == 1 ) {{ $booking->p_balance }} @else / @endif @if ( $booking->p_opt_balance == 1) @if ( $booking->p_paid_balance == 0 )

Arrivo in contanti

@else

Arrivo in contanti

@endif @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 )

Arrivo in contanti

@else

/

@endif
{{ $booking->p_tourist_tax_arrival }} {{ $booking->p_tourist_tax_kh }} {{ $booking->g_phone }} {{ $booking->p_note_kh }} {{ $booking->p_extra_service }} {{ $booking->p_arrival_time }} {{ $booking->p_refound }} {{ $booking->p_smart_fee_per }} % {{ $booking->p_bb_smart }} {{ $booking->p_cash_smart }}
@endif @endsection