{!! $cliente->telefono !!}
 {!! $cliente->correo_electronico !!}
 {!! $puntos_vigentes->numero_tarjeta !!}
{!! $cliente->comentario !!}
@endifServicios
Productos
Total de compras
Puntos Dickiss
Próximas citas
@if(count($citas_cliente) > 0)Atiende: {{$cita->empleado->usuario->name.' '.$cita->empleado->usuario->a_paterno.' '.$cita->empleado->usuario->a_materno}}
{{$cita->fecha_hora->format('h:i A')}} {{$cita->fecha_hora->format('d/M/y')}}
Historial de compras
@if(count($cliente->ventas) > 0){{$productos->producto->nombre}}
@endforeach @endif @if(count($venta->ventasServicios) != 0) Servicios: @foreach($venta->ventasServicios as $servicio){{$servicio->services->nombre}}
@endforeach @endifAtendio {!! $venta->cita->empleado->usuario->name !!} {!! $venta->cita->empleado->usuario->a_paterno !!}
@endiftotal ${!! $venta->total !!}
tipo de pago {!! $venta->tipo_pago !!}
@if($venta->puntos != null) @if($venta->puntos->tipo == "ingreso")puntos {!! $venta->puntos->puntos_totales !!}
@endif @endif