/** * Get the string contents of a section. * * @param string $section * @return string */ function yieldLaravelLaravel($section) { return Laravel\Section::yieldLaravelLaravel($section); }
/** * Get the string contents of a section. * * @param string $section * @return string */ function output($section) { return Laravel\Section::output($section); }
/** * Get the string contents of a section. * * @param string $section * @return string */ function _yield($section) { return Laravel\Section::_yield($section); }
/** * Get the string contents of a section. * * @param string $section * @return string */ function yieldContent($section) { return Laravel\Section::yieldContent($section); }