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 ?
from Newest questions tagged laravel-5 - Stack Overflow http://bit.ly/2sP3j1L
via IFTTT

Aucun commentaire:
Enregistrer un commentaire