I'm trying to design a Laravel 8 login page but I found it in the button of the login page and I want to see it in the middle. I'm using Laravel 8
You can use other methods
cd project composer require laravel/ui --dev npm install && npm run dev php artisan ui:auth php artisan migrate
You can use other methods