virla
Get the profile icon to the sidebar
yes, I saw and read it, but I don't understand what file I have to put it in: use Filament\Support\Facades\FilamentView;
use Filament\View\PanelsRenderHook;
use Illuminate\Support\Facades\Blade;
FilamentView::registerRenderHook( PanelsRenderHook::BODY_START, fn (): string => Blade::render('@livewire('livewire-ui-modal')'), );
13 replies