Panel customization on detail view

Is there any way to customize panels on detailview.
I want subsection in custom panel with tab view. I tried in “tab_panel_content.tpl” but no luck. is anyone know how to do this?

@jrawoot
Give some more information. Where do you want to have the custom panel? Which information should the panel have on?

Thanks for the reply.
Assume I have 3 custom panels. I want to make 1st panel as Main panel and other 2 panels will display in that main panel as sub section.

@jrawoot
You should write custom view form. For start look at the documentation:

1 Like

Ok. Thanks I’ll try this.