Пример #1
0
 public function update($id)
 {
     $region = Regiones::find($id);
     return view('regiones/editarregion', compact('region'));
 }