public function index()
 {
     $logs = Log::last(15)->get();
     return view('app.home.index', compact('logs'));
 }