samedi 26 janvier 2019

Laravel issue with nesting subview in controller

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

enter image description here

Any thing which i am missing ?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire