Neamix
Explore posts from serversAdd script to a page
use Filament\Support\Facades\FilamentView;
use Filament\View\PanelsRenderHook;
use Illuminate\Support\Facades\Blade;
FilamentView::registerRenderHook(
PanelsRenderHook::PAGE_START,
fn (): View => view('warning-banner'),
scopes: \App\Filament\Resources\UserResource\Pages\EditUser::class,
);
4 replies
Pass params to a custom page
no its same question what i want to say i tried that solution and yea i have a page with a route params and that what i want but i am using primary color #51B78F but at this page it changed to the default Color::Orange of fiament
12 replies