Billie/resources/views/nodejs/components/auth-session-status.blade.php

8 lines
180 B
PHP
Raw Permalink Normal View History

2025-05-06 02:47:26 +00:00
@props(['status'])
@if ($status)
<div {{ $attributes->merge(['class' => 'font-medium text-sm text-green-600 dark:text-green-400']) }}>
{{ $status }}
</div>
@endif