'nullable|integer|exists:tenants,id', 'status' => 'nullable|string|in:pending,sending,completed,failed', 'from' => 'nullable|date', 'to' => 'nullable|date|after_or_equal:from', 'per_page' => 'nullable|integer|min:1', ]; } }