@include('header_main') Sign in @if (count($errors) > 0) × @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @if(Session::has('error_login')) × {{ Session::get('error_login') }} @endif × @if(Session::has('error_signin')) × {{ Session::get('error_signin') }} @endif @if(Session::has('success_singin')) × {{ Session::get('success_singin') }} @endif × A mail with the link to reset your password has been sent to your registered email id. {!! Form::open(array('url' =>'/dologin', 'method' => 'post', 'class' => 'form-horizontal','id'=>'lgFrm','role'=>'form','onsubmit'=>'return validateSignIn();')) !!} I forgot my password Sign in Sign up for an account × Forgot Password Please submit your registered email address: @include('footer_main')
{{ $error }}
{{ Session::get('error_login') }}
{{ Session::get('success_singin') }}
A mail with the link to reset your password has been sent to your registered email id.