Laravel Validation Rules If another field value greater then or equal to 15
I want to give a validation rule for card information: required when number_of_guests field value is greater than or equal to 15 card_information will be required when number_of_guests field value is greater than or equal to 15 $rules = […