Install Breeze for login and first views based on blade and alpinejs.

This commit is contained in:
2024-11-26 11:01:51 +01:00
parent 2513729840
commit fb5836e7bc
56 changed files with 2019 additions and 9 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>