Login {{ CNF_APPNAME }}

{{ Form::open(array('url'=>'user/signin', 'class'=>'form-vertical')) }} @if(Session::has('message')) {{ Session::get('message') }} @endif {{ Form::hidden('ip', $ip) }}
{{ Form::text('email', null, array('class'=>'form-control', 'placeholder'=>'Email')) }}
{{ Form::password('password', array('class'=>'form-control', 'placeholder'=>'Senha')) }}
@if(CNF_RECAPTCHA =='true')
{{ Form::captcha(array('theme' => 'white')); }}
@endif

Recuperar senha

@if(CNF_REGIST =='true') Cadastre-se @endif
@if($fb_enabled =='true' || $google_enabled =='true' || $twit_enabled =='true')

{{ Lang::get('core.loginsocial') }}

@endif
@if($fb_enabled =='true') Facebook @endif @if($google_enabled =='true') Google @endif @if($twit_enabled =='true') Twitter @endif

Voltar para o Site

{{ Form::close() }} {{ Form::open(array('url' => 'user/request', 'class'=>'form-vertical box ','id'=>'fr' , 'style'=>'margin-top:20px; display:none; ')) }}
{{ Form::text('credit_email', null, array('class'=>'form-control', 'placeholder'=> Lang::get('core.email'))) }}
{{ Form::close() }}