Вот мой app.blade.php< /код> -
Код: Выделить всё
ABC| @yield('title')
@yield('content')
Я попробовал код ниже —
Код: Выделить всё
@yield('content', array('theme'=> $theme, 'themeFolder'=> $themeFolder, 'includePath'=> $includePath))
Код: Выделить всё
Undefined variable: theme
Заранее спасибо.
Подробнее здесь: https://stackoverflow.com/questions/613 ... s-to-yield
Мобильная версия