isDesktop()) { return 'fa-display'; } if ($this->isTablet()) { return 'fa-tablet'; } if ($this->isPhone()) { return 'fa-mobile'; } return 'fa-question'; } }