Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

nooblaravel's avatar

if is weekend show this eror if not let pass

Hi guys i dont have so much expriences in laravel or js, so i need your help. i want this error to show only in weekend days in the rest let pass

if (!empty($hotel->min_day_stays) and $numberDays < $hotel->min_day_stays){ return $this->sendError(__("You must to book a minimum of :number days",['number'=>$hotel->min_day_stays])); }

0 likes
2 replies
Snapey's avatar

Show more code. How do you know if the booking is for the weekend or weekday? What if the booking starts in the weekend and then goes to weekday - or vice versa?

Please or to participate in this conversation.