Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

muhlisabdi's avatar

Index button on detail page

Is there any way to add button on detail page returning to index page ?

0 likes
1 reply
siangboon's avatar

just add a link with some css to style it like button... for example...

<a class="btn" href="/index">index</a>

Please or to participate in this conversation.