Revert "Merge branch 'main' of https://github.com/lizandrogd/sirpremiumv2"
This reverts commitfc62d36886, reversing changes made to4506a003e8.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user