fixed multi school account

This commit is contained in:
2025-12-20 18:18:15 +01:00
parent 70d01f160e
commit 67cc0742ff
8 changed files with 1176 additions and 201 deletions
+3 -5
View File
@@ -34,13 +34,11 @@
<div class="form-group">
<label for="school" class="sr-only">@lang('School')</label>
<input type="text"
<input type="hidden"
name="school"
id="school"
class="form-control input-solid"
placeholder="@lang('School')"
value="{{ $school_slug ?? '' }}"
{{ $school_slug ? 'readonly' : '' }}>
value="{{ $school_slug ?? '' }}">
</div>
<div class="form-group">