Here is the trick that you can use to display category from the breadcrumb on product detail page.
Just copy the below snippet and add wherever you want to display.
{{#each breadcrumbs}}
{{#unless @last}}{{#unless @first}}
{{name}}
{{/unless}}{{/unless}}
{{/each}}