Install Breeze

This commit is contained in:
2026-06-05 14:49:29 +07:00
parent a7d9a5d23c
commit 5db75d1eec
62 changed files with 6439 additions and 59 deletions
@@ -0,0 +1,7 @@
@props(['status'])
@if ($status)
<div {{ $attributes->merge(['class' => 'font-medium text-sm text-green-600 dark:text-green-400']) }}>
{{ $status }}
</div>
@endif