Add a footer with .panel-footer. Useful for buttons or secondary text. Footers do not inherit colors or borders when using contextual variations as they are background elements.
  
<div class="panel panel-default">
    <div class="panel-body">
      Panel Content
    </div>
    <div class="panel-footer">
      Panel Footer
    </div>
  </div>