/**
  * Override the next button text.
  * @param  string $text
  * @return string
  */
 public function getNextButton($text = '')
 {
     return parent::getNextButton('<span class="fa fa-long-arrow-right"></span>');
 }