@if($student->photo)
@else
@endif
{{ \App\Models\ClubSetting::get('club_name', 'C.N. JUDO CLUB') }}
{{ $student->first_name }}
{{ $student->last_name }}
{{ $student->registration_code }}
Cinturón:
{{ strtoupper($student->belt_color) }}
Estado:
{{ $student->student_status == 'active' ? 'ACTIVO' : 'INACTIVO' }}