@include("_particles.auth._connect_buttons")
{{ trans('index.loginwithemail') }}
{!! Form::open(array('action' => array('Auth\LoginController@login', 'redirectTo' => Request::query('redirectTo') ), 'method' => 'POST', 'onsubmit' => 'return false')) !!}
{{ trans('passwords.forgotpassword') }}
@if(get_buzzy_config('BuzzyLoginCaptcha')=="on" && get_buzzy_config('reCaptchaKey') !== '')
@endif {!! Form::close() !!}
@if(get_buzzy_config('DisableRegister') !== 'yes')
{{ trans('index.youdonthaveanaccount') }} {{ trans('index.register') }}
@endif