json($operatorService->datatable($request)); } /** * Display the specified resource. */ public function show(SystemMessage $systemMessage): JsonResponse { return $this->successResponse($systemMessage->only(['id','duration','date', 'voice'])); } public function download(string $id) { // } public function excel() { } }