$view = View::make('layouts.content');
$view->getFactory()->startSection('subcontent', View::make('atoms.alert'));
$view->getFactory()->stopSection();
return $view;
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community