@if (\Session::has('success'))
@endif
@if (\Session::has('error'))
@endif
{{ Form::open(array('action'=>'UsersController@postUpdateUser','role'=>'form','class'=>'form-horizontal', 'files'=>true,'enctype' =>'multipart/form-data')) }}
{{\Session::get('success')}}
{{\Session::get('error')}}