|
@@ -28,8 +28,8 @@ $hasMRVData = false;
|
|
|
|
|
|
@if(!!$dptInfo)
|
|
|
<?php $hasMRVData = true; ?>
|
|
|
- <div class="mrv-badge mt-2 align-self-center on-hover-hide mx-auto" title="Duplicate Therapy Notes"><span>DT</span></div>
|
|
|
- <div class="p-3 mb-3 mt-2 border bg-white mr-0 on-hover-only">
|
|
|
+ <div class="mrv-badge ml-1 align-self-center on-trigger-only" title="Duplicate Therapy Notes"><span>DT</span></div>
|
|
|
+ <div class="p-3 mb-3 mt-2 border bg-white mr-0 on-content-only">
|
|
|
<p class="font-weight-bold m-0 font-size-14 text-info">Duplicate Therapy Notes</p>
|
|
|
<div class="mt-3 ml-3">
|
|
|
{!! $dptInfo !!}
|
|
@@ -39,8 +39,8 @@ $hasMRVData = false;
|
|
|
|
|
|
@if(!!$coadministration)
|
|
|
<?php $hasMRVData = true; ?>
|
|
|
- <div class="mrv-badge mt-2 align-self-center on-hover-hide mx-auto" title="Coadministration Notes"><span>CA</span></div>
|
|
|
- <div class="p-3 mb-3 mt-2 border bg-white mr-0 on-hover-only">
|
|
|
+ <div class="mrv-badge ml-1 align-self-center on-trigger-only" title="Coadministration Notes"><span>CA</span></div>
|
|
|
+ <div class="p-3 mb-3 mt-2 border bg-white mr-0 on-content-only">
|
|
|
<p class="font-weight-bold m-0 font-size-14 text-info">Coadministration Notes</p>
|
|
|
<div class="mt-3 ml-3">
|
|
|
{!! $coadministration !!}
|
|
@@ -50,8 +50,8 @@ $hasMRVData = false;
|
|
|
|
|
|
@if(!!$dam)
|
|
|
<?php $hasMRVData = true; ?>
|
|
|
- <div class="mrv-badge mt-2 align-self-center on-hover-hide mx-auto" title="Drug Allergy Notes"><span>DA</span></div>
|
|
|
- <div class="p-3 mb-3 mt-2 border bg-white mr-0 on-hover-only">
|
|
|
+ <div class="mrv-badge ml-1 align-self-center on-trigger-only" title="Drug Allergy Notes"><span>DA</span></div>
|
|
|
+ <div class="p-3 mb-3 mt-2 border bg-white mr-0 on-content-only">
|
|
|
<p class="font-weight-bold m-0 font-size-14 text-info">Drug Allergy Notes</p>
|
|
|
<div class="mt-3 ml-3">
|
|
|
{!! $dam !!}
|
|
@@ -61,8 +61,8 @@ $hasMRVData = false;
|
|
|
|
|
|
@if(!!$ddi)
|
|
|
<?php $hasMRVData = true; ?>
|
|
|
- <div class="mrv-badge mt-2 align-self-center on-hover-hide mx-auto" title="Drug-Drug Interaction Notes"><span>DI</span></div>
|
|
|
- <div class="p-3 mb-3 mt-2 border bg-white mr-0 on-hover-only">
|
|
|
+ <div class="mrv-badge ml-1 align-self-center on-trigger-only" title="Drug-Drug Interaction Notes"><span>DI</span></div>
|
|
|
+ <div class="p-3 mb-3 mt-2 border bg-white mr-0 on-content-only">
|
|
|
<p class="font-weight-bold m-0 font-size-14 text-info">Drug-Drug Interaction Notes</p>
|
|
|
<div class="mt-3 ml-3">
|
|
|
{!! $ddi !!}
|
|
@@ -72,8 +72,8 @@ $hasMRVData = false;
|
|
|
|
|
|
@if(count($sideeffects))
|
|
|
<?php $hasMRVData = true; ?>
|
|
|
- <div class="mrv-badge mt-2 align-self-center on-hover-hide mx-auto" title="Side Effects"><span>SE</span></div>
|
|
|
- <div class="p-3 mb-3 mt-2 border bg-white mr-0 on-hover-only">
|
|
|
+ <div class="mrv-badge ml-1 align-self-center on-trigger-only" title="Side Effects"><span>SE</span></div>
|
|
|
+ <div class="p-3 mb-3 mt-2 border bg-white mr-0 on-content-only">
|
|
|
<p class="font-weight-bold m-0 font-size-14 text-info">Side Effects</p>
|
|
|
@foreach($sideeffects as $drug => $sideeffect)
|
|
|
<div class="mt-3 ml-3">
|
|
@@ -90,8 +90,8 @@ $hasMRVData = false;
|
|
|
|
|
|
@if(count($contraindications))
|
|
|
<?php $hasMRVData = true; ?>
|
|
|
- <div class="mrv-badge mt-2 align-self-center on-hover-hide mx-auto" title="Contraindications"><span>CI</span></div>
|
|
|
- <div class="p-3 mb-3 mt-2 border bg-white mr-0 on-hover-only">
|
|
|
+ <div class="mrv-badge ml-1 align-self-center on-trigger-only" title="Contraindications"><span>CI</span></div>
|
|
|
+ <div class="p-3 mb-3 mt-2 border bg-white mr-0 on-content-only">
|
|
|
<p class="font-weight-bold m-0 font-size-14 text-info">Contraindications</p>
|
|
|
@foreach($contraindications as $drug => $contraindication)
|
|
|
<div class="mt-3 ml-3">
|