fix the country amount

This commit is contained in:
2025-02-24 11:55:24 +03:30
parent 918a91d52a
commit ff83fde991
6 changed files with 48 additions and 43 deletions

View File

@@ -74,7 +74,7 @@ class AccidentReceiptTableService
);
return [
'data' => collect($data),
'data' => $data,
'fromDate' => $request->from_date,
'toDate' => $request->date_to,
];
@@ -115,7 +115,7 @@ class AccidentReceiptTableService
);
return [
'data' => collect($data),
'data' => $data,
'fromDate' => $request->from_date,
'toDate' => $request->date_to,
];