How to make array in comma seperator string in php – Laravel
I have input in view laravel like below add more functionality. <input type="text" name="batch_numbers[1]numbers"> I have variable of array. Want to make that array to string using comma seperator. $variable = array:[ 0 => array:1 [ "numbers" => "TS-001-0005" ]…