/** * Display a listing of the logs. */ public function index() { return view('admin.activitylog.index')->withActivityLogs(ActivityLog::all()); }