| Lock Alias | Lock Name | Electric Quantity | Connection | Action |
|---|---|---|---|---|
| {{ $lock['lockAlias'] ?? 'N/A' }} |
@if(Str::startsWith($lock['lockName'], 'H31'))
|
@php $batteryLevel = $lock['electricQuantity'] ?? 0; $batteryColor = 'red'; // Default color if ($batteryLevel > 35 && $batteryLevel <= 69) { $batteryColor='orange' ; } elseif ($batteryLevel> 69) { $batteryColor = 'green'; } @endphp battery_std {{ $batteryLevel }}% | @if($lock['hasGateway'] == 1) wifi Online @else signal_wifi_off Offline @endif |