We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c769ea3 + 7d84894 commit 0ae15f0Copy full SHA for 0ae15f0
resources/views/components/navigation.blade.php
@@ -28,7 +28,9 @@ class="h-6 w-6 fill-red-500 text-gray-50 dark:text-gray-950"
28
)
29
@endif
30
<x-laravel-exceptions-renderer::error-share :exception="$exception" />
31
- <x-laravel-exceptions-renderer::theme-switcher />
+ @if (view()->exists('laravel-exceptions-renderer::theme-switcher'))
32
+ <x-dynamic-component name="laravel-exceptions-renderer::theme-switcher" />
33
+ @endif
34
</div>
35
36
0 commit comments