mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2024-12-11 09:45:27 +01:00
8 lines
160 B
PHP
Executable File
8 lines
160 B
PHP
Executable File
@props(['status'])
|
|
|
|
@if ($status)
|
|
<div {{ $attributes->merge(['class' => 'font-medium text-sm text-green-600']) }}>
|
|
{{ $status }}
|
|
</div>
|
|
@endif
|