first(); return $setting ? $setting->value : $default; } public function getAll(){ return SettingModel::all()->pluck('value', 'name')->toArray(); } }