@if (Route::has('login'))
@auth
Home
@else
Log in
{{-- @if (Route::has('register'))
Register
@endif --}} @endauth
@endif
Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})