If I understand, widget_name will return some html based on params, so you could use @include
@include('view.name', array('param1'=>'val1', 'param2'=>'val2'))
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community