@include('layouts.site-navigation')
{!! Form::open(array('url' => URL_USERS_LOGIN, 'method' => 'POST', 'name'=>'formLanguage ', 'novalidate'=>'', 'class'=>"loginform", 'name'=>"loginForm")) !!}
@include('errors.errors')
@if($rechaptcha_status == 'yes')
@endif
@if(getSetting('facebook_login', 'module'))
{{getPhrase('login_with_facebook')}}
@endif
@if(getSetting('google_plus_login', 'module'))
{{getPhrase('login_with_google')}}
@endif
@if(getSetting('facebook_login', 'module')||getSetting('google_plus_login', 'module'))
{{getPhrase('note')}}:
{{getPhrase('social_logins_are_only_for_student_accounts')}}
@endif
{!! Form::close() !!}