{{ $reportCategory }} > {{ ucwords($reportName) }}
@php
Table::create([
"dataSource"=>DB::connection(SharedConstants::CUSTOMER_DATA_SQL_CONNECTION)->select(DB::raw($query)),
"columns"=>json_decode($reportColumnDefinition, true),
"cssClass"=>array(
"table"=>"table table-bordered"
)
]);
@endphp