{{-- @php use Karmendra\LaravelAgentDetector\AgentDetector; $userAgent = $_SERVER['HTTP_USER_AGENT']; $ad = new AgentDetector($userAgent); $type = $ad->device(); $brand = $ad->deviceBrand(); $model = $ad->deviceModel(); $platform = $ad->platform(); $isBot = $ad->isBot(); echo '

Device is: ' . $type . '

'; echo '

Brand is: ' . $brand . '

'; echo '

Model is: ' . $model . '

'; echo '

Platform is: ' . $platform . '

'; echo '

İs Bot: ' . $isBot . '

'; echo '

userAgent: ' . $userAgent . '

'; @endphp --}} @include('common.meta') @yield('css')
@include('common.header')
@yield('content')
@include('common.footer')

Location for : Listing Title

@include('common.scripts') @yield('js')