Enter the Game

@if (session('success'))
{{ session('success') }}
Go to Game
@elseif (session('error'))
{{ session('error') }}
@endif
@csrf