@php use Jenssegers\Agent\Agent; $agent = new Agent(); @endphp @if ($agent->isMobile()) @include('_cs.input_order.mobile.index') @else

You are on a desktop.

@endif