@if( Globe::baseconf('config_maintenance') != 1 )
{{ csrf_field() }}
{{ Globe::baseconf('config_system_longname') }}
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
Login
Lost your password?
New to site?
Create Account
©2017 All Rights Reserved. {{ Globe::baseconf('config_client_name') }}
{{ 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 @if( Globe::baseconf('config_maintenance') == 1 && Session()->get('referer') == '/login/admin')
{{ csrf_field() }}
Administrator Login
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
Login
©2017 All Rights Reserved. {{ Globe::baseconf('config_client_name') }} {{ Session()->get('referer') }}
@endif