public function index()
 {
     $settings = Settings::paginate(15);
     return view('dashboard.setting.index', compact('settings'));
 }