@yield('content')
Welcome to TownHub.
{{-- @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 '