@extends('layouts.app') @section('content') @if (count($bookings) > 0)
| Proprietà | Check-in | Check-out | N°notti | N°ospiti | Ospite | Nazionalità | Imp.Affitto | Balance | Info Bal. | Imp. pulizie | Info pulizie | T.sog.arrivo | Quota partner | Perc.KH iva inc. | Saldo BB | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $booking->h_title }} | {{ $booking->p_nights_number }} | {{ $booking->p_guests_number }} | {{ $booking->g_name }} {{ $booking->g_surname }} | {{ $booking->g_citizenship }} | @if ( $booking->p_currency == 1 )€ {{ $booking->p_net }} | @else$ {{ $booking->p_net }} | @endif @if ( $booking->p_currency == 1 )@if ( $booking->p_opt_balance == 1 ) € {{ $booking->p_balance }} @else / @endif | @else@if ( $booking->p_opt_balance == 1 ) $ {{ $booking->p_balance }} @else / @endif | @endif
@if ( $booking->p_opt_balance == 1)
@if ( $booking->p_paid_balance == 0 )
Al proprietario @elseAl proprietario @endif @elseif ( $booking->p_opt_balance == 2 ) @if ( $booking->p_paid_balance == 0 )Con carta KH @elseIn contanti KH @endif @elseif ( $booking->p_opt_balance == 3 ) @if ( $booking->p_paid_balance == 0 )Con carta KH @elseCon carta KH @endif @elseif ( $booking->p_opt_balance == 4 ) @if ( $booking->p_paid_balance == 0 )Sul conto KH @elseSul conto KH @endif @elseif ( $booking->p_opt_balance == 5 ) @if ( $booking->p_paid_balance == 0 )Paypal KH @elsePaypal KH @endif @endif |
@if ( $booking->p_currency == 1 )
@if ( $booking->p_opt_cleaning == 1 ) € {{ $booking->p_cleaning_cost }} @else / @endif | @else@if ( $booking->p_opt_cleaning == 1 ) $ {{ $booking->p_cleaning_cost }} @else / @endif | @endif
@if ( $booking->p_opt_cleaning == 1 )
Alla proprietà @elseif ( $booking->p_opt_cleaning == 2 )A KH in contanti @elseif ( $booking->p_opt_cleaning == 3 )A KH con carta @elseif ( $booking->p_opt_cleaning == 4 )A KH sul conto @elseif ( $booking->p_opt_cleaning == 5 )A KH paypal @endif |
@if ( $booking->p_currency == 1 )
€ {{ $booking->p_tourist_tax_arrival }} | € {{ $booking->p_partner_fee }} | {{ $booking->p_smart_fee_per }} % | € {{ $booking->p_bb_smart }} | @else$ {{ $booking->p_tourist_tax_arrival }} | $ {{ $booking->p_partner_fee }} | {{ $booking->p_smart_fee_per }} % | $ {{ $booking->p_bb_smart }} | @endif