@foreach($athletes as $athlete) @endforeach
User Account Firstname Lastname Country_of_birth Nationality Email Mobile Covid_vaccination Yellow_fever Medical_conditions Allergies Medications Health_attachments Blood_types Height Weight Bio Nickname Profile Gender Address birth_date Created at Updated at
{{ $athlete->user->name }} {{ $athlete->firstname }} {{ $athlete->lastname }} {{ $athlete->country_of_birth }} {{ $athlete->nationality }} {{ $athlete->email }} {{ $athlete->mobile }} {{ $athlete->covid_vaccination }} {{ $athlete->yellow_fever }} {{ $athlete->medical_conditions }} {{ $athlete->allergies }} {{ $athlete->medications }} {{ $athlete->health_attachments }} {{ $athlete->blood_types }} {{ $athlete->height }} {{ $athlete->weight }} {{ $athlete->bio }} {{ $athlete->nickname }} {{ $athlete->profile }} {{ $athlete->gender }} {{ $athlete->address }} {{ $athlete->birth_date }} {{ $athlete->created_at }} {{ $athlete->updated_at }}