This commit is contained in:
ludo
2025-02-15 12:12:42 +01:00
parent 0f32386406
commit 08fc49cb61
53 changed files with 1098 additions and 404 deletions

View File

@@ -4,7 +4,7 @@
@section('content')
@php
if ($errors->registration) {
if ($errors->registration->all()) {
$classIdent = 'd-none';
$classRegister = '';
} else {