{{-- Photo if available --}}
@if($achievement->photo)
Achievement Details
@if($achievement->description)
{{ $achievement->description }}
@else
No additional description provided for this achievement.
@endif
{{-- Info Grid --}}
Athlete
{{ $achievement->player_name }}
Medal
{{ $medalEmoji }} {{ ucfirst($achievement->medal_type ?? 'N/A') }}
Competition Level
{{ ucfirst($achievement->type) }}
Date
{{ $achievement->achievement_date->format('M d, Y') }}