Add Image to Login Page
Please how can i add an image to the right alignment of the page
Solution:Jump to solution
```php
<x-filament-panels::page.simple>
@if (filament()->hasRegistration())
<x-slot name="subheading">
{{ __('filament-panels::pages/auth/login.actions.register.before') }}...
11 Replies
custom css via theme
or make your own view and cutomize it however you want
this is my custome theme
how do you customize the view
Extend the Login class, and then override the $view vairable to point to your new view
great ,now this is my Login Custom
The view
nice, from now, you jsut build the page however you want
sorry just curious i dont know what to add inside the view
Solution
This will give you the original login form
From there you can customize however you want
Yesss let me customize it by adding the image
It works Thankyou