I would like to use main template also for error views. Main template works only if i call it from c...
Hello Community, I've started learning laravel and i like it but i've some questions about blade vie...
My query returns say 6 results from a find(). Now I need to display the first different from the res...
I want to create a template block that I can reuse many times, I try to use @include or @extend, but...
Hi! I was wondering if it's correct to use the @include function inside a @foreach loop in a blade f...
I'm building my first package in the workbench. Started it off requiring Laravel 4.1, but then tonig...
I have : $data = Page::find($page_id); return View::make('pages.slider', array( 'page' => $data,...
I have a blade template that is pulling content from a database. <body> <div id="cont...
I am using the WYSIWYG editor Summernote but this seems to be an issue with any editor: Let's say I...
Okay, so I've been spending way too much time on this, hoping someone can tell me "That's a dum...
Hey, so what I have is a form that is going to appear on multiple pages for different scenarios, and...
layout1.blade.php TEST @yield('content') income1.blade.php <b>CONTENT</b> class Manage...
im using some inline block divs and I need them to be without spaces between them. how to turn it of...
Hey, just a quick question that I'm sure has been asked before but I don't have time to dig at the m...
I am trying to link my CSS and JS in my blade template but they are not working. I used: <link re...
I'm pulling an actor from the database. In the actor's view I want to see a list of all movies my ac...
An Owner has many Cars... And in my blade page I have this... {{{$car->Owner->name}}} And tha...
When I use {{ $hotel->userid->username }} in my blade templates, I get this exception. "T...
The title says it all. I know how to minify and concat all assets into one file for css and js, but...
What is I want to do is shortcodes like on WordPress. When I get post content from database I want t...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.