public function update($id) { $region = Regiones::find($id); return view('regiones/editarregion', compact('region')); }