@extends('front.layouts.app') @section('content')

Explore Athletes / Teams

Discover and connect with top athletes and teams from around the world.

Athletes & Teams

@if($data && (is_array($data) ? count($data) > 0 : $data->count() > 0))
@foreach($data as $user) @include('front.'.$_routePrefix.'.grid_list', ['user' => $user, 'usersStats' => $usersStats ?? []]) @endforeach
{{ $data->appends(request()->except('page'))->links() }}
@else

No results found.

@endif

Ready to Make an Impact?

Join thousands of athletes and sponsors already using Sport Nexus

Become a Sponsor
@endsection @push('page_script') @endpush