Change Password
@if(Session::has('success'))
{!!Session::get('success')!!}
@endif
@if(Session::has('error'))
{!!Session::get('error')!!}
@endif
{!! Form::open(array('url' => '/user-change-password', 'method' => 'post', 'class' => 'row-fluid bill-info')) !!}
{!! Form::submit('Change Password',array('name'=>'register','class'=>'uk-button uk-button-success pull-right'))!!}
{!! Form::close() !!}