@if (!$student->qr_code) @endif
Info student

Voornaam:
{{ $student->first_name }}
Achternaam:
{{ $student->last_name }}
Geboortedatum:
{{ $student->birthdate }}
Telefoonnummer:
{{ $student->tel }}
Groep code:
{{ $student->group->code }}
Mentor:
{{ $student->group->mentor->name }}
Nood-contact

Naam:
{{ $student->ec_name }}
Telefoonnummer:
{{ $student->ec_tel }}
Relatie :
{{ $student->ec_relation }}
Medische informatie

Dieetwensen:
{{ $student->dietary_requirements }}
medicijnen:
{{ $student->medicines }}
allergieën:
{{ $student->allergies }}
note :
{{ $student->note }}
logboek

@foreach ($student->presence_logs->sortByDesc('created_at') as $log) @endforeach
Tijdstip Registrant Status
{{ $log->created_at }}
{{ $log->registrant }}
{{--
voorkeur aanwezigheid

woensdag:
{{ $student->wednesday }}
woensdagavond:
{{ $student->wednesday_evening }}
blijven slapen :
{{ $student->stay_overnight }}
donderdagochtend :
{{ $student->thursday_morning }}
--}}