|
@@ -29,7 +29,7 @@ foreach ($points as $point) {
|
|
|
|
|
|
{{--@if($allergies && count($allergies))
|
|
{{--@if($allergies && count($allergies))
|
|
<div class="d-flex mb-1">
|
|
<div class="d-flex mb-1">
|
|
- <a class="mr-2 min-width-110px "
|
|
|
|
|
|
+ <a class="mr-2 width-150px "
|
|
open-in-stag-popup
|
|
open-in-stag-popup
|
|
href="/allergies-center/{{$note->client->uid}}/{{$note->uid}}"
|
|
href="/allergies-center/{{$note->client->uid}}/{{$note->uid}}"
|
|
mc-initer="allergies-center-{{$note->id}}"
|
|
mc-initer="allergies-center-{{$note->id}}"
|
|
@@ -45,7 +45,7 @@ foreach ($points as $point) {
|
|
|
|
|
|
@if($problems && count($problems))
|
|
@if($problems && count($problems))
|
|
<div class="d-flex mb-1">
|
|
<div class="d-flex mb-1">
|
|
- <a class="mr-2 min-width-110px "
|
|
|
|
|
|
+ <a class="mr-2 width-150px "
|
|
open-in-stag-popup
|
|
open-in-stag-popup
|
|
href="/problems-center/{{$note->client->uid}}/{{$note->uid}}"
|
|
href="/problems-center/{{$note->client->uid}}/{{$note->uid}}"
|
|
mc-initer="problems-center-{{$note->id}}"
|
|
mc-initer="problems-center-{{$note->id}}"
|