Update Hospitals Corporate Bisa Import

This commit is contained in:
ivan-sim
2023-11-09 11:36:10 +07:00
parent a9929ad7a2
commit 7cd4f2c929
6 changed files with 282 additions and 23 deletions

View File

@@ -145,7 +145,7 @@ class DrugController extends Controller
}
$response = [
'message' => 'File uploaded and data saved to database!',
'message' => 'File uploaded and data saved to database',
'data' => [
'total_success_row' => $importedRows,
'total_failed_row' => count($failedRows),