laporanSLAPenilaiService = app(LaporanSLAPenilaiService::class); } /** * Display a listing of the resource. */ public function index() { return view('lpj::laporan-sla-penilai.index'); } public function dataForDatatableSLaPenilai(Request $request) { return $this->laporanSLAPenilaiService->dataForDatatables($request); } }