• {{ date('d/m/Y H:i:s') }} (GMT+7)
  • Live Chat
  • @auth
  • Logout
  • @endauth
@php $isLogin = auth()->check(); $prefix = $isLogin ? '/secure' : ''; $playClass = $isLogin ? 'play-game-btn' : 's-check'; @endphp