© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
5 replies
itsmejyv

Is it possible to add company name next to logo in panel?

I edited the logo and add text but it is blurred
Solution
$panel
->brandLogo(fn () => view('logo'))
$panel
->brandLogo(fn () => view('logo'))


<!-- logo.blade.php -->
<div class="flex">
    <img src="{{ asset('images/your-logo.png') }}" />
    <h2>{{ filament()->getBrandName() }}</h2>
</div>
<!-- logo.blade.php -->
<div class="flex">
    <img src="{{ asset('images/your-logo.png') }}" />
    <h2>{{ filament()->getBrandName() }}</h2>
</div>


If you are using new tailwind classes, you need to create a custom theme
https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme
Themes - Panel Builder - Filament
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

Is possible to set the panel with brand name + brand logo?
FilamentFFilament / ❓┊help
3y ago
is it possible to change logo programmatically?
FilamentFFilament / ❓┊help
3y ago
How can I change filament panel title to SVG logo? Is it possible?
FilamentFFilament / ❓┊help
2y ago
PanelBuilder wildcard NavigationItem? Is it possible?
FilamentFFilament / ❓┊help
2y ago