Update show-clientes.blade.php
This commit is contained in:
@@ -461,6 +461,7 @@
|
||||
d="M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm640-480L501-453q-5 3-10.5 4.5T480-447q-5 0-10.5-1.5T459-453L160-640v400h640v-400ZM480-520l320-200H160l320 200ZM160-640v10-59 1-32 32-.5 58.5-10 400-400Z" />
|
||||
</svg>
|
||||
</p>
|
||||
@if(!empty($cliente->tarifa->servicio))
|
||||
<p class="hover:bg-[#00be00] hover:text-white">
|
||||
<a x-on:click="openOption=!openOption" target="_blank"
|
||||
href="https://wa.me/57{{ $cliente->cliente->celular ?? '' }}?text=Hola *{{ $cliente->cliente->name ?? '' }}* tu servicio de *{{ $cliente->tarifa->servicio->nombre }} de {{ $cliente->tarifa->pantallas }} pantallas * vence el *{{ $cliente->fecha_final }}*"
|
||||
@@ -477,6 +478,7 @@
|
||||
</svg>
|
||||
</a>
|
||||
</p>
|
||||
@endif
|
||||
<p class="hover:bg-gray-200 fill-gray-500 flex justify-center items-center gap-2"
|
||||
wire:click="notSMS({{ $cliente->id }})">
|
||||
SMS
|
||||
|
||||
Reference in New Issue
Block a user