This commit is contained in:
Andreas Reinhold / reini
2026-02-12 16:11:57 +01:00
commit 4790be8142
124 changed files with 18697 additions and 0 deletions
@@ -0,0 +1,9 @@
@props([
'status',
])
@if ($status)
<div {{ $attributes->merge(['class' => 'font-medium text-sm text-green-600']) }}>
{{ $status }}
</div>
@endif