@fonts
@if (Route::has('login'))
@auth
Dashboard
@else
Log in
@if (Route::has('register'))
Register
@endif @endauth
@endif
Let's get started
Laravel has an incredibly rich ecosystem.
We suggest starting with the following.
Read the
Documentation
Watch video tutorials at
Laracasts
Deploy now
@if (Route::has('login'))
@endif