Пример #1
0
 /**
  * Display a listing of the resource.
  *
  * @return Response
  */
 public function index()
 {
     $bus_stops = BusStop::all();
     return view('bus_stops.index', compact('bus_stops'));
 }