/** * Generate an un-ordered list of items. * * @param array $list * @param array $attributes * @return \Illuminate\Support\HtmlString|string * @static */ public static function ul($list, $attributes = array()) { return \Collective\Html\HtmlBuilder::ul($list, $attributes); }