debug the blades

This commit is contained in:
2025-04-19 14:19:45 +03:30
parent 613a8f0bd8
commit 79e6cc37aa
3 changed files with 2 additions and 4 deletions

View File

@@ -41,8 +41,6 @@ class ProvinceActivityReport implements FromView, WithEvents, ShouldAutoSize, Wi
return view('v3.Reports.SafetyAndPrivacy.ProvinceActivityReport', [
'data' => $data,
'fromDate' => $data['fromDate'],
'toDate' => $data['toDate'],
]);
}