render('staff.worklist.table'); } public function details($hashid) { $study = WorklistFactory::getViewer($hashid)->get(); return view('staff.worklist.details', compact('study')); } }