{{ __('Edit School Details') }} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')

{{ __('The tenant ID cannot be changed.') }}

{{ __('Leave blank if there is no explicit end date.') }}

is_active) ? 'checked' : '' }} class="mt-2 h-5 w-5 rounded border-slate-300 text-sky-600 focus:ring-sky-500" />

{{ __('If disabled, the school\'s domain will not be accessible to their users.') }}

{{ __('Cancel') }}