$data = User::find($id); if( ! Hash::check( Input::get('currPassword') , $data->password ) ) { return Redirect::to('/admin/profile') ->with('message', 'Current Password Error !') ->withInput(); }