Ejemplo n.º 1
0
 public function view()
 {
     $place = Place::first($this->request->id);
     return compact('place');
 }