Skip to content

Instantly share code, notes, and snippets.

@zacktagnan
Created October 23, 2023 19:26
Show Gist options
  • Save zacktagnan/39a1511da0cc2820e474c269b16994d5 to your computer and use it in GitHub Desktop.
Save zacktagnan/39a1511da0cc2820e474c269b16994d5 to your computer and use it in GitHub Desktop.
Links to access to customs Filament Panels from a blade view.
<ul>
<li>
<a href="{{ route('filament.admin.pages.dashboard') }}">
Acceso a ADMIN Panel
</a>
</li>
<li>
<a href="{{ route('filament.app.pages.dashboard') }}">
Acceso a APP Panel
</a>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment