Support the ongoing development of Laravel.io →
posted 8 years ago
Views
Last updated 1 year ago.
0

Looks like your css isn't loaded correctly. Spontaneous guesses:

  1. 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.

  2. 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!)

0

Sign in to participate in this thread!

Eventy

Your banner here too?

TheProteh theproteh Joined 10 Sep 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.