Unique Slug (2 Columns)
I want to check the slug column and parent_id column. I pulled the old validation ruleset if that helps, but I have no idea how to do this in Filament.
'slug' => 'alpha_dash|unique:ea_series,slug,NULL,id,parent_id,'.$request->parent_id,