@php $detect = new \Detection\MobileDetect(); $isMobile = $detect->isMobile(); $isTablet = $detect->isTablet(); @endphp