Support the ongoing development of Laravel.io →
Views Blade Architecture
Last updated 1 year ago.
0

Did you name your files with a blade extension?

For example app.blade.php and register.blade.php

0

Yes. My main template is app.blade.php and register view is register.blade.php. Here's another screen. It can be useful: http://oi57.tinypic.com/4h89yc.jpg

0

Hm...I would start by stripping things away and seeing what might be causing the problem. I copied and pasted what you posted, and it worked for me.

Try removing the assets temporarily and seeing if that makes it work. That way, you could isolate which part of the code is the culprit.

Also, regarding single-line sections like your subtitle, I would recommend doing something like this:

@section('subtitle', 'register')
0

Thanks. Little steps, debugging and there was my little mistake - a typo ;)

Last updated 8 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

c00perpl c00perpl Joined 3 May 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.