StocksNew/resources/views/components/auth-session-status.blade.php

8 lines
160 B
PHP
Raw Permalink Normal View History

2024-08-27 12:03:06 +00:00
@props(['status'])
@if ($status)
<div {{ $attributes->merge(['class' => 'font-medium text-sm text-green-600']) }}>
{{ $status }}
</div>
@endif