Filament Registration page

I want to add some text in top and bottom of the Filament registration form. which i highlighted in yellow color . How it is possible any one can help?
No description
2 Replies
Sourabh
Sourabh2w ago
Thanks for your revert , how do i append my text just beside the the action "sign in to your account"
<?php
FilamentView::registerRenderHook(
PanelsRenderHook::AUTH_REGISTER_FORM_BEFORE,
fn(): View => view('login-header'),
);
<?php
FilamentView::registerRenderHook(
PanelsRenderHook::AUTH_REGISTER_FORM_BEFORE,
fn(): View => view('login-header'),
);
//login-header.blade.php <p class="text-sm mt-0">Get started collecting reviews in minutes with a free starter account.Already a member?</p>
No description
Want results from more Discord servers?
Add your server