FilamentF
Filament14mo ago
Luiz

Subnavigation position in blade

When I create the subnavigation I can choose the position between Start, End and Top. However, I want to place it in a specific space on the blade. How can I do this without having to create Tabs manually?

Example:

<x-filament-panels::page>
    {{ $this->selectClientsForm }}

    ---> SUBNAVIGATION HERE <---

    {{ $this->table }}
</x-filament-panels::page>
Was this page helpful?