share-lt/resources/views/components/auth-session-status.blade.php

10 lines
167 B
PHP
Raw Permalink Normal View History

2026-01-01 16:49:06 +00:00
@props([
'status',
])
@if ($status)
<div {{ $attributes->merge(['class' => 'font-medium text-sm text-green-600']) }}>
{{ $status }}
</div>
@endif