validation
validation copied to clipboard
Put a point at the end of each message
I noticed that some error messages have an ending point, and some other don't.
Hence, when I use implode('. ', $v->errors()->all()), it sometimes gives me:
"Error 1. Error2"
And sometimes:
"Error 1.. Error 2."