Example #1
0
 /**
  * Is tablet device
  * @return bool
  */
 public function is_tablet()
 {
     return Request::_mobile_detect()->isTablet();
 }