debug the excel reports

This commit is contained in:
2024-02-20 13:22:11 +00:00
parent c8538855ae
commit 79cde5bd69
85 changed files with 1001859 additions and 96 deletions

View File

@@ -271,7 +271,7 @@ class summaryAccidentPerformanceProject implements FromView, ShouldAutoSize, Wit
$query .= " GROUP BY unique_code
ORDER BY province_id ASC;";
$data = DB::select(DB::raw($query));
$data = DB::select($query);
return view('excel.Upgrade.summaryAccidentPerformanceProject', [
'array' => $data,