{{--

Selecciona el cliente

--}}
@if($data["validacion"] == true)
Cliente seleccionado
@else

P.01/Selecciona un cliente

{{--
¿El cliente es nuevo? No Si
--}} @endif
@if ($data["validacion"] == true)
@if($cliente_existente->reward != null)

Puntos disponibles: {{ $cliente_existente->reward->puntos_totales }}

@endif @else @endif

P.02/AGREGA UN SERVICIO O PRODUCTO

@foreach($cortesias as $producto)

${{$producto->precio}}


{{$producto->nombre}}


{!! $producto->existencia !!} pzas


{{-- TODO: cambiar el display: por display:none --}}
@if($data["validacion"] == true) @if(count($data["cortesias"]) > 0) @foreach ($data["cortesias"] as $item) @if ($item == $producto->id) @endif @endforeach @if($aux_cortesia == true) @else @endif @else @endif @else @endif {{-- --}}
@endforeach
@foreach($bebidas as $producto)

${{$producto->precio}}


{{$producto->nombre}}


{!! $producto->existencia !!} pzas


{{-- TODO: cambiar el display: por display:none --}}
@endforeach
@foreach($allProductos as $producto)

${{$producto->precio}}


{{$producto->nombre}}


{!! $producto->existencia !!} pzas


{{-- TODO: cambiar el display: por display:none --}}
@endforeach
@foreach($allServices as $service)
@if($service->check_promocion == "si")

${{$service->costo}}

    

${{$service->costo_promocion}}

@else

${{$service->costo}}

@endif

{{$service->nombre}}

{{$service->categoria}}

{{$service->tiempo_maximo + $service->intervalo_sesiones}} minutos
@endforeach

P.03/CREA TU NOTA DE COMPRA

Ticket de compra

  • NOMBRE
    CANTIDAD
    PRECIO C/U
  • @if($data["validacion"] == true) @foreach ($serviciosCliente as $cita)
  • {!! $cita->servicio->nombre; !!}
    ${!! $cita->servicio->costo !!}
    1 servicio
  • @endforeach @endif