|
@@ -104,16 +104,6 @@ if (!!@$point->data) {
|
|
|
|
|
|
|
|
|
<div class="events-none form-read-mode">
|
|
|
- <div class="">
|
|
|
- <label><b>{{ $patient->displayName() }}</b> is a <b>{{$patient->age_in_years }} y.o.</b>
|
|
|
- @if($patient->sex == 'M')
|
|
|
- <b>M</b>
|
|
|
- @elseif($patient->sex == 'F')
|
|
|
- <b>F</b>
|
|
|
- @endif
|
|
|
- presenting for follow-up regarding CDC COVID-19 guidelines & ongoing medical care.</label>
|
|
|
- </div>
|
|
|
- <hr class="my-2">
|
|
|
@foreach($segmentSections as $section)
|
|
|
<div class="mb-2">
|
|
|
<h6><b>{{ $section['heading'] }}</b></h6>
|