Shoxrux
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