@include('header_main')

Log In

You have to login to be able to access that page.

@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
{!! Form::open(array('url' =>'/dologin', 'method' => 'post', 'class' => 'form-horizontal','onsubmit'=>'return validateSfrm();','id'=>'lgFrm','role'=>'form')) !!}

OR

@include('footer_main')