@extends('layouts.app') @section('title', 'Find Friends') @section('content')
@auth Add players you've competed with as friends @else Discover elite gamers on the platform @endauth
Level {{ $user->level }}
{{ number_format($user->xp) }} XP
{{ $mutualFriends->count() }} mutual friend(s)
{{ $mutualFriends->pluck('username')->take(3)->implode(', ') }}{{ $mutualFriends->count() > 3 ? '...' : '' }}
Sign up to connect with this player
Join AgamecPlay some challenges or join tournaments to meet other players!