Top "Blade" questions

Blade is the simple, yet powerful templating engine provided with Laravel.

laravel 5.2 blade template failing to parse

I have an issue with a laravel 5.2 site I'm working on. I have a master (main) layout that I'm using …

php laravel-5.2 blade laravel-blade
Laravel 5.1 @can, how use OR clause

I did not find how to use a clause (OR, AND) in view with @can, for checking multiple abilities ... I …

laravel laravel-5.1 blade laravel-blade
Laravel 4 how to apply title and meta information to each page with blade master page

Trying to apply an individual title and meta description to my websites pages, but I'm not sure if the way …

php html laravel laravel-4 blade
How do I use nl2br() in Laravel 5 Blade

So I want to keep linebreaks from the database while using the Blade Template Engine. I came up on the …

blade laravel-5 nl2br
Sublime text autocompletion for Laravel

Are there any plugins available to get Laravel auto completion and Laravel Blade template beautification in Sublime Text 3? I have …

laravel laravel-4 sublimetext3 blade autosuggest
Including SVG contents in Laravel 5 Blade template

What is the best way to include the contents of an SVG file (located in the assets folder) in a …

laravel-5 blade
how to use directive @push in blade template laravel

I need script only on one page. and it should load after jQuery. I tried in index.blade <script …

jquery laravel dom include blade
How do I compress HTML in laravel 5

In Laravel 4.0, I use the code below to compress the HTML laravel response outputs to browser, however it doesn't work …

php laravel laravel-5 blade html-compression
Laravel Pagination with eloquent Queries

I am trying to paginate my template which has a table on it. This is my function in the controller …

laravel-4 eloquent blade laravel-paginate
Laravel Blade using if condition inside foreach

here is my code .. @foreach (Session::get('show_my_data') as $key1 => $value1) <div class="sb_li"> &…

php laravel laravel-4 laravel-3 blade