@component('mail::message')
Hi, {{$firstName}} {{$lastName}}
Thank you for completing the course:
Build Your Own Case Study: A Glimpse at Optimal T2D Managment:
Enhancing Outcomes with GLP-1 RAs
Below are the notes you entered during your time in the course.
@if (array_key_exists('Round 1', $notes))
Round 1
@if (array_key_exists('A1C', $notes['Round 1']) && is_array($notes['Round 1']['A1C']))
A1C
@foreach ($notes['Round 1']['A1C'] as $ind => $note)
{{$note}}
@endforeach
@endif
@if (array_key_exists('BMI', $notes['Round 1']) && is_array($notes['Round 1']['BMI']))
BMI
@foreach ($notes['Round 1']['BMI'] as $ind => $note)
{{$note}}
@endforeach
@endif
@if (array_key_exists('Comorbidities', $notes['Round 1']) && is_array($notes['Round 1']['Comorbidities']))
Comorbidities
@foreach ($notes['Round 1']['Comorbidities'] as $ind => $note)
{{$note}}
@endforeach
@endif
@if (array_key_exists('Profile', $notes['Round 1']) && is_array($notes['Round 1']['Profile']))
Patient Profile
@foreach ($notes['Round 1']['Profile'] as $ind => $note)
{{$note}}
@endforeach
@endif
@if (array_key_exists('mb', $notes['Round 1']) && is_array($notes['Round 1']['mb']))
Modifiable Behavior
@foreach ($notes['Round 1']['mb'] as $ind => $note)
{{$note}}
@endforeach
@endif
@if (array_key_exists('sdoh', $notes['Round 1']) && is_array($notes['Round 1']['sdoh']))
Social Determinants of Health
@foreach ($notes['Round 1']['sdoh'] as $ind => $note)
{{$note}}
@endforeach
@endif
@if (array_key_exists('bias', $notes['Round 1']) && is_array($notes['Round 1']['bias']))
Unconsciousness Bias
@foreach ($notes['Round 1']['bias'] as $ind => $note)
{{$note}}
@endforeach
@endif
@if (array_key_exists('glp', $notes['Round 1']) && is_array($notes['Round 1']['glp']))
GLP-1 RA
@foreach ($notes['Round 1']['glp'] as $ind => $note)
{{$note}}
@endforeach
@endif
@if (array_key_exists('sideeffects', $notes['Round 1']) && is_array($notes['Round 1']['sideeffects']))
Side Effects
@foreach ($notes['Round 1']['sideeffects'] as $ind => $note)
{{$note}}
@endforeach
@endif
@if (array_key_exists('library', $notes['Round 1']) && is_array($notes['Round 1']['library']))
Library
@foreach ($notes['Round 1']['library'] as $ind => $note)
{{$note}}
@endforeach
@endif
@endif
@if (array_key_exists('Round 2', $notes))
Round 2
@if (array_key_exists('A1C', $notes['Round 2']) && is_array($notes['Round 2']['A1C']))
A1C
@foreach ($notes['Round 2']['A1C'] as $ind => $note)
{{$note}}
@endforeach
@endif
@if (array_key_exists('BMI', $notes['Round 2']) && is_array($notes['Round 2']['BMI']))
BMI
@foreach ($notes['Round 2']['BMI'] as $ind => $note)
{{$note}}
@endforeach
@endif
@if (array_key_exists('Comorbidities', $notes['Round 2']) && is_array($notes['Round 2']['Comorbidities']))
Comorbidities
@foreach ($notes['Round 2']['Comorbidities'] as $ind => $note)
{{$note}}
@endforeach
@endif
@if (array_key_exists('Profile', $notes['Round 2']) && is_array($notes['Round 2']['Profile']))
Patient Profile
@foreach ($notes['Round 2']['Profile'] as $ind => $note)
{{$note}}
@endforeach
@endif
@if (array_key_exists('mb', $notes['Round 2']) && is_array($notes['Round 2']['mb']))
Modifiable Behavior
@foreach ($notes['Round 2']['mb'] as $ind => $note)
{{$note}}
@endforeach
@endif
@if (array_key_exists('sdoh', $notes['Round 2']) && is_array($notes['Round 2']['sdoh']))
Social Determinants of Health
@foreach ($notes['Round 2']['sdoh'] as $ind => $note)
{{$note}}
@endforeach
@endif
@if (array_key_exists('bias', $notes['Round 2']) && is_array($notes['Round 2']['bias']))
Unconsciousness Bias
@foreach ($notes['Round 2']['bias'] as $ind => $note)
{{$note}}
@endforeach
@endif
@if (array_key_exists('glp', $notes['Round 2']) && is_array($notes['Round 2']['glp']))
GLP-1 RA
@foreach ($notes['Round 2']['glp'] as $ind => $note)
{{$note}}
@endforeach
@endif
@if (array_key_exists('sideeffects', $notes['Round 2']) && is_array($notes['Round 2']['sideeffects']))
Side Effects
@foreach ($notes['Round 2']['sideeffects'] as $ind => $note)
{{$note}}
@endforeach
@endif
@if (array_key_exists('library', $notes['Round 2']) && is_array($notes['Round 2']['library']))
Library
@foreach ($notes['Round 2']['library'] as $ind => $note)
{{$note}}
@endforeach
@endif
@endif
@if (array_key_exists('Round 3', $notes))
Round 3
@if (array_key_exists('A1C', $notes['Round 3']) && is_array($notes['Round 3']['A1C']))
A1C
@foreach ($notes['Round 3']['A1C'] as $ind => $note)
{{$note}}
@endforeach
@endif
@if (array_key_exists('BMI', $notes['Round 3']) && is_array($notes['Round 3']['BMI']))
BMI
@foreach ($notes['Round 3']['BMI'] as $ind => $note)
{{$note}}
@endforeach
@endif
@if (array_key_exists('Comorbidities', $notes['Round 3']) && is_array($notes['Round 3']['Comorbidities']))
Comorbidities
@foreach ($notes['Round 3']['Comorbidities'] as $ind => $note)
{{$note}}
@endforeach
@endif
@if (array_key_exists('Profile', $notes['Round 3']) && is_array($notes['Round 3']['Profile']))
Patient Profile
@foreach ($notes['Round 3']['Profile'] as $ind => $note)
{{$note}}
@endforeach
@endif
@if (array_key_exists('mb', $notes['Round 3']) && is_array($notes['Round 3']['mb']))
Modifiable Behavior
@foreach ($notes['Round 3']['mb'] as $ind => $note)
{{$note}}
@endforeach
@endif
@if (array_key_exists('sdoh', $notes['Round 3']) && is_array($notes['Round 3']['sdoh']))
Social Determinants of Health
@foreach ($notes['Round 3']['sdoh'] as $ind => $note)
{{$note}}
@endforeach
@endif
@if (array_key_exists('bias', $notes['Round 3']) && is_array($notes['Round 3']['bias']))
Unconsciousness Bias
@foreach ($notes['Round 3']['bias'] as $ind => $note)
{{$note}}
@endforeach
@endif
@if (array_key_exists('glp', $notes['Round 3']) && is_array($notes['Round 3']['glp']))
GLP-1 RA
@foreach ($notes['Round 3']['glp'] as $ind => $note)
{{$note}}
@endforeach
@endif
@if (array_key_exists('sideeffects', $notes['Round 3']) && is_array($notes['Round 3']['sideeffects']))
Side Effects
@foreach ($notes['Round 3']['sideeffects'] as $ind => $note)
{{$note}}
@endforeach
@endif
@if (array_key_exists('library', $notes['Round 3']) && is_array($notes['Round 3']['library']))
Library
@foreach ($notes['Round 3']['library'] as $ind => $note)
{{$note}}
@endforeach
@endif
@endif
@endcomponent