@php $mobile = stripos($_SERVER['HTTP_USER_AGENT'], 'Android') || stripos($_SERVER['HTTP_USER_AGENT'], 'iPhone') || stripos($_SERVER['HTTP_USER_AGENT'], 'iPod') || stripos($_SERVER['HTTP_USER_AGENT'], 'iPad'); @endphp @push('head') @endpush
{{ ctrans('texts.page') }}: {{ strtolower(ctrans('texts.of')) }}
100%
@if($mobile)
@else @endif @if($mobile) @push('footer') @endpush @endif