Top "Laravel-blade" questions

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

How to Get the Current URL Inside @if Statement (Blade) in Laravel 4?

I am using Laravel 4. I would like to access the current URL inside an @if condition in a view using …

laravel laravel-4 laravel-blade
How to Set Variables in a Laravel Blade Template

I'm reading the Laravel Blade documentation and I can't figure out how to assign variables inside a template for use …

php laravel laravel-4 laravel-blade
How can I change the size of a Bootstrap checkbox?

Wondering if its possible to change the size of checkbox as it's possible with buttons. I want it to be …

css twitter-bootstrap checkbox laravel-4 laravel-blade
Truncate string in Laravel blade templates

Is there a truncate modifier for the blade templates in Laravel, pretty much like Smarty? I know I could just …

php laravel laravel-blade template-engine texttrimming
Laravel Blade html image

My image file path is public/img/logo.png and my app.blade.php file path is resources/views/app.…

laravel image laravel-blade
Passing data from controller to view in Laravel

I am new to laravel and I have been trying to store all records of table 'student' to a variable …

php laravel laravel-blade
Laravel Escaping All HTML in Blade Template

I'm building a small CMS in Laravel and I tried to show the content (which is stored in the DB). …

php laravel laravel-4 laravel-blade
PHP code inside a Laravel 5 blade template

I have to place some PHP code inside a Laravel 5 blade template. Like below @foreach ($farmer->tasks as $task) @…

php laravel-5 laravel-blade
Laravel blade check box

I want to set check-boxes state from database, so I write, {{ Form::checkbox('asap', null, $offer->asap) }} But if …

php laravel checkbox laravel-blade
How to comment code in a vue.js file?

I have the need to insert a comment inside a vue.js file for future references, but I don't find …

vue.js blade laravel-blade