Looks like your css isn't loaded correctly. Spontaneous guesses:
You have a relative css path for the file (like href="mystyles.css") instead of using the asset function (like href="{{ asset('mystyles.css') }}") but that would be strange since you have the "personaje" part in your route.
Inside the view an exception is thrown inside an HTML attribute so it isn't shown but the code won't be executed further.
Next step: Open the page (with the error) and check the sourcecode if there is something irregulary (in the browser, not in the .blade.php file!)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community