filament()->hasDarkMode() && filament()->hasDarkModeForced(), ]) > @php $nativeBridgeEnabled = \Webkul\Barcode\Support\NativeApp::usesNativeNavigation(); @endphp {{ $title ?? __('barcode::app.title') }} @filamentStyles {{ filament()->getTheme()->getHtml() }} {{ filament()->getFontPreloadHtml() }} {{ filament()->getMonoFontPreloadHtml() }} {{ filament()->getSerifFontPreloadHtml() }} {{ filament()->getFontHtml() }} {{ filament()->getMonoFontHtml() }} {{ filament()->getSerifFontHtml() }} @livewireStyles @if ($nativeBridgeEnabled) @include('barcode::components.sidebar.native') @if (filled(\Webkul\Barcode\Support\NativeApp::headerTitle())) @include('barcode::components.header.native', [ 'title' => \Webkul\Barcode\Support\NativeApp::headerTitle(), 'subtitle' => \Webkul\Barcode\Support\NativeApp::headerSubtitle(), 'showBarcode' => \Webkul\Barcode\Support\NativeApp::shouldShowScanAction(), 'barcodeUrl' => \Webkul\Barcode\Support\NativeApp::scanActionUrl(), ]) @endif @endif
@unless ($nativeBridgeEnabled)
@endunless
{{ $slot }}
@livewireScripts @filamentScripts(withCore: true)