© 2026 Hedgehog Software, LLC
>afterStateUpdated(function ($state, Get $get, callable $set) { if($pivotData->isValidTimeSlot($state)){ // Do something else{ throw ValidationException::withMessages(['start_datetime' => 'Datetime is invalid']); } }
data.start_datetime
start_datetime
throw ValidationException::withMessages(['data.start_datetime' => "error here"]);