Пример #1
0
 /**
  * Display a listing of the Gcm.
  *
  * @return Response
  */
 public function index()
 {
     $gcms = $this->gcmRepository->paginate(10);
     return view('gcms.index')->with('gcms', $gcms);
 }