debug the excels
This commit is contained in:
@@ -69,7 +69,7 @@ class CountryReport implements FromView, ShouldAutoSize, WithDrawings, WithEvent
|
||||
$exportRows[] = $row;
|
||||
}
|
||||
|
||||
return view('v3.Reports.Mission.Report.CountryActivityReport', [
|
||||
return view('v3.Reports.Mission.Report.Tradod .CountryActivityReport', [
|
||||
'rows' => $exportRows,
|
||||
]);
|
||||
}
|
||||
|
||||
@@ -71,7 +71,7 @@ class ProvinceReport implements FromView, ShouldAutoSize, WithDrawings, WithEven
|
||||
$exportRows[] = $row;
|
||||
}
|
||||
|
||||
return view('v3.Reports.Mission.Report.ProvinceActivityReport', [
|
||||
return view('v3.Reports.Mission.Report.Tradod .ProvinceActivityReport', [
|
||||
'rows' => $exportRows,
|
||||
]);
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ class CountryReport implements FromView, ShouldAutoSize, WithDrawings, WithEvent
|
||||
'province_name' => $name,
|
||||
'total' => (int) ($r->total ?? 0),
|
||||
'egdam_shode' => (int) ($r->done ?? 0),
|
||||
'bedone_egdam' => (int) ($r->undon ?? 0),
|
||||
'bedone_egdam' => (int) ($r->undone ?? 0),
|
||||
'sabt_gps' => (int) ($r->gps ?? 0),
|
||||
'sabt_herasat' => (int) ($r->herasat ?? 0),
|
||||
'mil_gps' => (int) ($r->mil_gps ?? 0),
|
||||
|
||||
@@ -31,7 +31,7 @@ class ProvinceReport implements FromView, ShouldAutoSize, WithDrawings, WithEven
|
||||
'city_name' => $name,
|
||||
'total' => (int) ($r->total ?? 0),
|
||||
'egdam_shode' => (int) ($r->done ?? 0),
|
||||
'bedone_egdam' => (int) ($r->undon ?? 0),
|
||||
'bedone_egdam' => (int) ($r->undone ?? 0),
|
||||
'sabt_gps' => (int) ($r->gps ?? 0),
|
||||
'sabt_herasat' => (int) ($r->herasat ?? 0),
|
||||
'mil_gps' => (int) ($r->mil_gps ?? 0),
|
||||
|
||||
Reference in New Issue
Block a user