public function showReport(Request $request)
 {
     $show_log = DeviceLog::showLogs($request);
     return $show_log;
 }