@include("alliedService.include.header")
@php $android = stripos($_SERVER['HTTP_USER_AGENT'], "android"); $iphone = stripos($_SERVER['HTTP_USER_AGENT'], "iphone"); $ipad = stripos($_SERVER['HTTP_USER_AGENT'], "ipad"); $ios = stripos($_SERVER['HTTP_USER_AGENT'], "ios"); @endphp @if($android === false && $ipad === false && $iphone === false && $ios === false) @endif