closed @auth correctly (#5471)

This commit is contained in:
A-Maged 2020-11-17 16:57:20 +02:00 committed by GitHub
parent 4931af1400
commit 9957559dc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@
@if (Route::has('register'))
<a href="{{ route('register') }}" class="ml-4 text-sm text-gray-700 underline">Register</a>
@endif
@endif
@endauth
</div>
@endif