Use Blade as template engine
If you have used Laravel and fell in love with Blade
template engine then you may use this love template engine with KoolReport. Starting from version 4.0.0, KoolReport supports other template engines rather than just its own template view file.
So by using blade
template engine, you can utilize the power of template inheritance such as creating common layout for your report.
Blade does not restrict you from using plain PHP code in your views. In fact, all Blade views are compiled into plain PHP code and cached until they are modified, meaning Blade adds essentially zero overhead to your report.
The details of how to install and how to use Blade package can be found at our documentation.
The package is released under MIT License which is free and can be use in any of your purpose. It is also pre installed inside KoolReport Pro package.