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?
2 Replies
you can use render hooks:
https://filamentphp.com/docs/3.x/support/render-hooks#panel-builder-render-hooks
Thanks for your revert , how do i append my text just beside the the action "sign in to your account"
//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>