This commit is contained in:
2024-02-27 13:44:32 +07:00
parent be122a1162
commit 5c2eba0c19

View File

@@ -514,7 +514,7 @@ class ClaimRequestController extends Controller
'result_file' => [
'url' => Storage::disk('public')->url('temp/result-' . $file_name),
'name' => 'result-' . $file_name,
'total_successed_row' => $imported_claim_data,
'total_success_row' => $imported_claim_data,
'total_failed_row' => count($failed_claim_data),
'failed_row' => $failed_claim_data,
]