Shoxrux
Shoxrux
FFilament
Created by Shoxrux on 10/4/2023 in #❓┊help
Custom topbar (navbar) component to specific panel
Thank you, I created a custom layout as you said (copied original one), and updated to this: @if (filament()->getCurrentPanel()->getId() === 'customer') <x-filament-panels::topbar-custom :navigation="$navigation" /> @else <x-filament-panels::topbar :navigation="$navigation" /> @endif
5 replies
FFilament
Created by Shoxrux on 10/4/2023 in #❓┊help
Custom topbar (navbar) component to specific panel
No, I have panelId = customer, and I want to put my component inside resources/views/filament/customer/vendor/filament-panels/components/topbar and set customer panel to search components inside that folder
5 replies