updateOrInsert( ['slug' => Str::slug($name)], [ 'name' => $name, 'slug' => Str::slug($name), 'created_at' => now(), 'updated_at' => now(), ] ); } } }