authentification fini

This commit is contained in:
2025-11-27 08:41:26 +01:00
parent 57202d5112
commit c7c41d36dd
66 changed files with 5407 additions and 34 deletions

View File

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