@php $logoLight = $config['appearance']['logo_light'] ?? false; $logoDark = $config['appearance']['logo_dark'] ?? false; @endphp @if($logoLight || $logoDark)
Logo
@endif

Access Restricted

This website is optimized for a specific device type

@if($deviceType === 'mobile') @else @endif
Required Device
{{ $deviceType === 'mobile' ? 'Mobile' : 'Desktop' }}

Please switch to {{ $deviceType === 'mobile' ? 'a mobile device or tablet' : 'a desktop or laptop computer' }} to access this content.