|
@@ -58,9 +58,8 @@ $fields = [
|
|
|
"Itching",
|
|
|
"Running nose",
|
|
|
"Sneezing",
|
|
|
- "Watery eyes"]
|
|
|
- ],
|
|
|
- [
|
|
|
+ "Watery eyes"],
|
|
|
+
|
|
|
"Cardiovascular" => [
|
|
|
"Chest pain / pressure at rest",
|
|
|
"Chest pain / pressure with excursion",
|
|
@@ -78,6 +77,8 @@ $fields = [
|
|
|
"Sweating",
|
|
|
"Swelling"],
|
|
|
|
|
|
+ ],
|
|
|
+ [
|
|
|
"Respiratory" => [
|
|
|
"Cough – dry",
|
|
|
"Cough – wet",
|
|
@@ -102,8 +103,7 @@ $fields = [
|
|
|
"Rectal pain",
|
|
|
"Stool – black tarry",
|
|
|
"Stool – bloody"],
|
|
|
- ],
|
|
|
- [
|
|
|
+
|
|
|
"Genitourinary" => [
|
|
|
"Blood in urine",
|
|
|
"Discharge",
|
|
@@ -144,7 +144,6 @@ $fields = [
|
|
|
"Track marks",
|
|
|
"Ulcer",
|
|
|
"Wound"],
|
|
|
-
|
|
|
],
|
|
|
[
|
|
|
"Neurological" => [
|
|
@@ -242,7 +241,7 @@ for ($i = 0; $i < count($fields); $i++) {
|
|
|
</div>
|
|
|
<div class="d-flex align-items-start flex-wrap custom-items-container">
|
|
|
@for ($i = 0; $i < count($fields); $i++)
|
|
|
- <div class="w-25">
|
|
|
+ <div class="w-33">
|
|
|
@foreach($fields[$i] as $head => $values)
|
|
|
<div class="font-weight-bold mb-2">{{ $head }}</div>
|
|
|
<div class="d-flex flex-nowrap align-items-center mb-1">
|