Hello!
I am slightly confused on using KoolReports with Laravel 7+. Currently, the docs have multiple options. If I do the steps under integraton - https://www.koolreport.com/docs/integration/laravel/ - do I also need to install the Laravel package (https://www.koolreport.com/docs/laravel/overview/) and if I want to do blade instead of view do I need to install the blade package as well (https://www.koolreport.com/docs/blade/overview/)?
I did install of them and I have the report working - doing it just the integration way as well as doing it the Laravel package way, but both do not have any CSS included for the table. No assets are being blocked, I have tried doing "use .. bootstrap" and "use ...friendship". I figure I have some conflicts here and probably need to either remove a package or change the controllers around a bit.
Thank you!