Use this tag for questions about the Blade Template Engine, part of the PHP MVC framework Laravel
From the Laravel documentation:
All Blade views are compiled into plain PHP code and cached until they are modified, meaning Blade adds essentially zero overhead to your application. Blade view files use the
.blade.php
file extension and are typically stored in theresources/views
directory.