'Trying to remove this in Laravel

This is my first laravel project and i made a simple log in system however i tried to remove this I want to remove this from my log in page



Solution 1:[1]

Laravel using view system mechanic to show your html code on your browser, you can edit everything in your resource/view folder on your project path. In this case you wanted to remove that headbar register and login button. So find login.blade.php on your resource/view path folder, and remove the code inside the file. If you use package for that custom login/register, you can find it on vendor/packagename folder on your project path.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Mansjoer