In this video i will talk about Blade Templates. Blade is the simple, yet powerful templating engine provided with Laravel. Unlike other popular PHP templating engines, Blade does not restrict you from using plain PHP code in your views.
In this video we learn to create a blade template in laravel, extend a blade template, pass data in laravel view (Blade template).