user() !== null; } public function rules(): array { return [ 'review_notes' => ['nullable', 'string', 'max:2000'], ]; } }