@extends('layouts.app') @section('content')
@include('common.errors')
INDIETRO
{{ csrf_field() }}
@if ( $prenotazione->p_state == "BLOCKED" )
@else
@endif
  Info ospiti:
@if ( $prenotazione->p_currency == 1 ) @else @endif
  Pulizie:
@if ( $prenotazione->p_cleaning_flag == 1 ) @else @endif
  Deposito:
  Tassa turistica:
@if ( $prenotazione->p_paid_tax == 1 ) @else @endif
@if ( $prenotazione->p_opt_cleaning == "3" ) @else @endif

  Incasso balance:
  Bilancio finale della prenotazione:
%
@if ( $prenotazione->p_smart_position == 1 ) @else @endif
@if ( $prenotazione->p_sentemail == 0 ) @else @endif


@endsection