public function weekly()
 {
     $logs = Log::weekly()->paginate();
     return view('app.archive.index', compact('logs'));
 }