I want to get the values of the rows in excel using laravel but it keeps repeating
I imported excel on my laravel application and I extracted the data which I want to loop through row and get the values. I am getting the values but it keeps repeating public function bulkTransfer(Request $request) { Log::info("########## Validating File…