13 lines
208 B
PHP
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
|