@if(\App\Models\Config::find(1)->register != 'T') @php header("Location: /"); exit(); @endphp @endif @section('title', 'Register') @section('layout_css') @stop
Register a new membership
{{ $errors->first('name') }}
{{ $errors->first('email') }}
{{ $errors->first('password') }}