add feature breeze

This commit is contained in:
pesu98
2026-05-11 10:34:08 +08:00
parent b51f5eb73e
commit bde907f7cd
63 changed files with 3196 additions and 58 deletions

View File

@@ -0,0 +1,5 @@
@props(['value'])
<label {{ $attributes->merge(['class' => 'block font-medium text-sm text-gray-700 dark:text-gray-300']) }}>
{{ $value ?? $slot }}
</label>