xxxxxxxxxx
$2y$10$r15ptbORmYk9xFnAqNfHcOBQzUi6kopiKiJIG7KAgQ2I1IDk3i7t6
xxxxxxxxxx
$data = User::find($id);
if( ! Hash::check( $data->password , Input::get('$2y$10$vWH/CO.dk8q48PpAJQ1XKeD0kZEvkFHxnUQi8n3Tz2UnqgS6N/cGa') ) )
{
return Redirect::to('/admin/profile')
->with('message', 'Current Password Error !')
->withInput();
}