@if (Route::has('login'))
@auth
Logout
{{ csrf_field() }}
@else
Login For TicketingPortal
@endauth
@endif
Click
Here
to go to the Frontend Site