debug the excel reports
This commit is contained in:
@@ -209,7 +209,7 @@ class summaryAcidentPerformanceProject implements FromView, ShouldAutoSize, With
|
||||
$query .= " GROUP BY unique_code
|
||||
ORDER BY province_id ASC;";
|
||||
|
||||
$data = DB::select(DB::raw($query));
|
||||
$data = DB::select($query);
|
||||
|
||||
return view('excel.Village.summaryAccidentPerformanceProject', [
|
||||
'array' => $data,
|
||||
|
||||
Reference in New Issue
Block a user