How to add Next/Previous in product details page

i am new to shopify i dont have much knowledge can you tell me how it will happen., I am trying this only product page I don’t want collection product details page.

I Try This

{% assign nextproffset = 0 %}
{% assign match_title = product.title %}
{% for product in collections.all.products %}
{% assign nextproffset = nextproffset | plus: 1 %}
{% if match_title == product.title %}
{% for product in collections.all.products limit:1 offset:nextproffset %}
Next
{% endfor %}
{% endif %}
{% endfor %}

This video might help you:

https://www.youtube.com/watch?v=I7wgkNqtb28