Hello Forum
I ve just installed koolreport in laravel our laravel application. But this CSS Style don't work on my Title's Report
class='row kreport-horizontal-line-0'
This is my View :
<?php
use \koolreport\widgets\koolphp\Table;
use \koolreport\widgets\google\BarChart;
?>
<div class="text-center">
<div class='row kreport-title'>
<h1>Registre des Collaborateurs</h1>
</div>
<div class='row kreport-horizontal-line-0'> </div>
</div>
<hr/>
I have added the Friendship File and Bootstrapp in the Class like this :
class ListCollaborateurs extends \koolreport\KoolReport
{
// Business Logic, What to Display ?
use \koolreport\laravel\Friendship;
use \koolreport\clients\Bootstrap;
Thank you for your help