Example #1
0
/**
 * Get the string contents of a section.
 *
 * @param  string  $section
 * @return string
 */
function yieldLaravelLaravel($section)
{
    return Laravel\Section::yieldLaravelLaravel($section);
}
Example #2
0
/**
 * 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);
}
Example #4
0
/**
 * Get the string contents of a section.
 *
 * @param  string  $section
 * @return string
 */
function yieldContent($section)
{
    return Laravel\Section::yieldContent($section);
}