Files
Gw0bm/resources/views/layout1/apply-down.blade.php
2024-02-26 21:29:34 +01:00

13 lines
208 B
PHP

@extends('layout')
@section('content')
@include('partials.flash')
<div class="box">
<center>
<h1>Registration is closed</h1>
<p>until further notice</p>
</center>
</div>
@endsection