fox/storage/framework/views/fc14aff3ace88cf89e231572382...

15 lines
685 B
PHP
Executable File

<div class="glass p-4 space-y-3">
<h3 class="text-xs uppercase tracking-widest text-white/50 font-medium">Uptime</h3>
<div class="space-y-2">
<div class="flex items-center justify-between text-xs">
<span class="text-white/60">System</span>
<span class="font-mono text-white"><?php echo e($u['system']); ?></span>
</div>
<div class="flex items-center justify-between text-xs">
<span class="text-white/60">Fox</span>
<span class="font-mono text-white"><?php echo e($u['fox']); ?></span>
</div>
</div>
</div>
<?php /**PATH /var/www/resources/views/livewire/widgets/uptime.blade.php ENDPATH**/ ?>