problems with laravel 5.6

0

Good I have this problem with my project, I am using a dynamic navigation for the views between visiting and administrator, the moment to run laravel server the visitor view works perfectly, but when logging in as administrator, the application is broken with this error, I do not understand why, if the admin view I already have it created. It would be great if you gave me ideas, thanks

    
asked by Appiweb 01.06.2018 в 16:53
source

1 answer

-1

Hi, I think what is happening to you is just the navigation method, do not impregnate the name of the view, just return it and when doing the renderer (print) it does not take the value and only prints an empty text, that's why it shows partials.navigations. with the point at the end, nothing tries to print the view before doing the concatenation

    
answered by 01.06.2018 в 17:05