I am trying to get the file extension of the files from the multiple file input array.
I tried to use File::extension()
but it expects a string and I have an array.
I don't need this value for the validation so I can't use Laravel validation. Thanks