@if( Globe::baseconf('config_maintenance') != 1 )
@if($errors->any())

{{$errors->first()}}

@endif
{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif

©{{date('Y')}} All Rights Reserved. {{ Globe::baseconf('config_client_name') }} {{ Session()->get('referer') }}
@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() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif

©{{date('Y')}} All Rights Reserved. {{ Globe::baseconf('config_client_name') }} {{-- Session()->get('referer') --}}
@endif