Did you name your files with a blade extension?
For example app.blade.php and register.blade.php
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
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')
Thanks. Little steps, debugging and there was my little mistake - a typo ;)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community