mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-20 10:21:37 +00:00
8 lines
180 B
PHP
8 lines
180 B
PHP
@props(['status'])
|
|
|
|
@if ($status)
|
|
<div {{ $attributes->merge(['class' => 'font-medium text-sm text-green-600 dark:text-green-400']) }}>
|
|
{{ $status }}
|
|
</div>
|
|
@endif
|