paginate()); } /** * Store a newly created resource in storage. */ public function store(StoreModRequest $request) { // } /** * Display the specified resource. */ public function show(Mod $mod) { return new ModResource($mod); } /** * Update the specified resource in storage. */ public function update(UpdateModRequest $request, Mod $mod) { // } /** * Remove the specified resource from storage. */ public function destroy(Mod $mod) { // } }