How to Implement Custom Taxonomy Conditional Page?

For custom taxonomy template you can create a php file in your child theme with name “taxonomy-[taxname].php for example taxonomy-laptops.php. This template will be use for any post type that contains taxonomy laptops. In taxonomy-laptops.php you could use a condtional like if post type is laptops then do something else something else.

I hope this could help you, i m a little confused with the querstion.