I'm having a problem here, I need to send a variable to my layout, so I tried:
No controller
$this->layout->page = 'Atendentes';
and in the layout this
@yield('page')
The problem is that I need to compare this page variable wi...
asked by
11.04.2014 / 20:04