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

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