@extends("user.layout.base")
@section("title")
Sign up
@endsection
@section("content")
@if (\App\AllowAction::query()->where('action', '=', 'Registering')->first()->allow == true)
@else
Der er ikke åbent for registrering af elever lige nu
@endif
@endsection