@extends('voyager::master') @section('page_title', "Athlete Stats") @section('page_header')
@stop @section('content')

{{ $athlete->firstname }} {{ $athlete->nickname ? '"' . $athlete->nickname . '"' : null }} {{ $athlete->lastname }}



{{-- --}}
Nationality {{ $athlete->nationality }}
Position Defender
Height {{ $athlete->height }}
Weight {{ $athlete->weight }}
Sponsor Coca Cola

Latest record:

June 28, 2016
1 - 1

Biograpgy:

{!! $athlete->bio !!}

Next match:

14 12 33 42
Days Hours Minutes Sec

Primary League:

Season Team Goals Assists
Last season E-Sporter 5 3
Next season E-Sporter 8 2

Events:

Name Season Location
Last season 16 Nov 2023 - 27 Nov 2023 Paris
@stop