json($dataTableService->index($request)); } /** * Display the specified resource. */ public function show(string $id) { // } /** * Update the specified resource in storage. */ public function download(Request $request, string $id) { // } /** * Remove the specified resource from storage. */ public function excel(string $id) { // } }