closed @auth correctly (#5471)
This commit is contained in:
parent
4931af1400
commit
9957559dc5
|
@ -32,7 +32,7 @@
|
||||||
@if (Route::has('register'))
|
@if (Route::has('register'))
|
||||||
<a href="{{ route('register') }}" class="ml-4 text-sm text-gray-700 underline">Register</a>
|
<a href="{{ route('register') }}" class="ml-4 text-sm text-gray-700 underline">Register</a>
|
||||||
@endif
|
@endif
|
||||||
@endif
|
@endauth
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue