Esempio n. 1
0
 public function index()
 {
     return view('stops.index')->withStops(Stop::paginate(20))->withUser($this->user);
 }