@if( Globe::baseconf('config_maintenance') != 1 )
{{ csrf_field() }}
Create Account
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
Submit
Already a member ?
Log in
©{{ date('Y') }} All Rights Reserved. {{ Globe::baseconf('config_client_name') }}
@endif @if( Globe::baseconf('config_maintenance') == 1 && Session()->get('referer') != '/login/admin')
UNDER MAINTENANCE
We are sorry, please try again later ...
@endif