where('slug', $slug)->first(); if ($info) { return $info->value; } else { return $default; } } }