I trying to nest the sub-view controller like
$rootElement = $this->getStyles();
$styles = Styles::user()->where('parent_id',0)->get();
return view("settings.style",compact("menu","rootElement"))
->nest('styleModal','settings.add-style-modal',compact("rootElement"));
When display styleModal in view like
It prints the html as text
Any thing which i am missing ?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire