Ejemplo n.º 1
0
/**
 * Get the string contents of a section.
 *
 * @param  string  $section
 * @return string
 */
function yieldLaravelLaravel($section)
{
    return Laravel\Section::yieldLaravelLaravel($section);
}
Ejemplo n.º 2
0
/**
 * Get the string contents of a section.
 *
 * @param  string  $section
 * @return string
 */
function output($section)
{
    return Laravel\Section::output($section);
}
Ejemplo n.º 3
0
/**
 * Get the string contents of a section.
 *
 * @param  string  $section
 * @return string
 */
function _yield($section)
{
    return Laravel\Section::_yield($section);
}
Ejemplo n.º 4
0
/**
 * Get the string contents of a section.
 *
 * @param  string  $section
 * @return string
 */
function yieldContent($section)
{
    return Laravel\Section::yieldContent($section);
}