@props([ 'noBleed' => false, 'darkMode' => false, 'deviceVariant' => 'ogv2', 'deviceOrientation' => null, 'colorDepth' => '1bit', 'scaleLevel' => null, 'cssVariables' => null, ]) @if (config('trmnl-blade.framework_css_url')) @else @endif @if (config('trmnl-blade.framework_js_url')) @else @endif {{ $title ?? config('app.name') }} @if(config('app.puppeteer_window_size_strategy') === 'v2' && !empty($cssVariables) && is_array($cssVariables)) @endif
{{ $slot }}