I want to display Add and Delete button in the panel header. Below code displays button with no fa-icon and no label
<p-panel>
<p-header>
<div>
Registration Form
<button type="button" pButton icon="fa-plus" style="float:right" label="Add">
</button>
</div>
</p-header>
</p-panel>