Posts by Raphael Gomes de Azeredo • 63 points
1 post
-
6
votes2
answers809
viewsQ: How to load a view into a layout?
I’m trying to carry a view within a layout, follows my controller down below: class IndexController extends BaseController { protected $layout = 'admin.layouts.default'; public function index() {…