'required|string|max:255', 'text' => 'string|nullable', 'status_id' => 'required|numeric|exists:feedback_statuses,id', ]; } }