Hi, I want to have a layout like image below, as you see there are two areas(content, sidebar). Ever...
hi I want to pass the selected item's $id to my controller for doing changing on it . it's my index....
I want to share a global variable with View::share, and this variable are created in BaseController'...
Hey, so I have two forms on the same page, and these forms have common field names. Since I'll have...
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, How do I have only one file to be used in create.blade.php and edit.blade.php?
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...
I would like to have a logout button on my navbar. I have tried snippet below but it's not working {...
layout1.blade.php TEST @yield('content') income1.blade.php <b>CONTENT</b> class Manage...
I want all my project files to reside inside the src directory. Currently, my default layout is insi...
Hello to every one, I am trying to get a value and put it on hidden field on laravel blade. here is...
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.