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,7 @@
@props(['status'])
@if ($status)
<div {{ $attributes->merge(['class' => 'font-medium text-sm text-green-600']) }}>
{{ $status }}
</div>
@endif