Exemplo n.º 1
0
/**
 * Get the string contents of a section.
 *
 * @param  string  $section
 * @return string
 */
function yield_content($section)
{
    return Laravel\Section::yield_content($section);
}