insert([ 'nama_role' => $role, 'slug' => Str::slug($role), 'created_at' => now(), 'updated_at' => now(), ]); } } }