'required|string|max:255', 'slug' => 'nullable|string|max:255|unique:sliders,slug', 'is_active' => 'boolean', ]; } }