This reverts commit fc62d36886, reversing
changes made to 4506a003e8.
This commit is contained in:
lizandrogd
2023-11-07 17:57:55 -05:00
parent b1eb030cc5
commit cdf90c60ce
3 changed files with 273 additions and 354 deletions
@@ -55,7 +55,8 @@
<p class="text-orange-600 font-semibold"> Ocupado </p>
@endif
@else
<p class="@if (($cuenta->historiales_count ?? '') == ($cuenta->servicio->pantallas ?? '')) text-orange-600 font-semibold @else text-green-600 font-semibold @endif">
<p
class="@if (($cuenta->historiales_count ?? '') == ($cuenta->servicio->pantallas ?? '')) text-orange-600 font-semibold @else text-green-600 font-semibold @endif">
{{ $cuenta->historiales_count ?? '0' }}/{{ $cuenta->servicio->pantallas ?? '0' }} @endif
@if ($historiales >= '1')
<span class="text-green-500 px-2 py-1 rounded-full bg-green-300">{{ $historiales }}</span>