@if(Session::has('error'))
{{Session::get('error')}}
@endif {{Form::open(array('action'=>'AdminController@do_login'))}} {{Form::close() }}