Ejemplo n.º 1
0
 public function showReport(Request $request)
 {
     $show_log = DeviceLog::showLogs($request);
     return $show_log;
 }