Hey everyone, first of all, thank you in advance for your time.
I am having a problem validating data through Laravel validation, the user will send me two values of type time under the format 'hours:minutes' ex: 14:30 and 16:30.
These two values should verify this condition : 08:00 < value 1 < value 2 < 19:00.
To fulfill this I made this validation :