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