debug the excel reports
This commit is contained in:
@@ -136,7 +136,7 @@ class CompareProgramAndFunction implements FromView, ShouldAutoSize, WithEvents,
|
||||
$query .= " GROUP BY province_id
|
||||
ORDER BY province_id ASC;";
|
||||
|
||||
$data = DB::select(DB::raw($query));
|
||||
$data = DB::select($query);
|
||||
|
||||
$provinces = \App\Models\Province::select('id', 'name_fa')
|
||||
->when($province, function($query, $province) {
|
||||
|
||||
Reference in New Issue
Block a user