update($newDetails); } public function pluck(){ return Country::pluck('name','id'); } }