@extends('layouts.app') @section('title', 'Leaderboards') @section('content')
See where you rank among the gaming elite
@if($type === 'wins') Be the first to win a challenge @if($period !== 'all_time') {{ $period === 'daily' ? 'today' : ($period === 'weekly' ? 'this week' : 'this month') }}! @else and claim your spot! @endif @elseif($type === 'winnings') Be the first to earn winnings @if($period !== 'all_time') {{ $period === 'daily' ? 'today' : ($period === 'weekly' ? 'this week' : 'this month') }}! @else and claim your spot! @endif @else Start playing to appear on the leaderboard! @endif
@guest Join the Competition @else Browse Challenges @endguestLeaderboards update automatically as new games are completed. Refresh now