|
@@ -103,7 +103,7 @@ $prescriptions = $patient->prescriptionsCreatedInNote($note);
|
|
</div>
|
|
</div>
|
|
<div id="note-prescriptions" class="px-2 pb-2 border-bottom mb-2">
|
|
<div id="note-prescriptions" class="px-2 pb-2 border-bottom mb-2">
|
|
<div class="font-weight-bold mb-2">ERx & Orders
|
|
<div class="font-weight-bold mb-2">ERx & Orders
|
|
- <a native="" target="_top" data-non-segment-target="Prescriptions" href="#">View All</a>
|
|
|
|
|
|
+ <a native="" target="_top" data-non-segment-target="Prescriptions" href="#" class="font-weight-normal">View All</a>
|
|
</div>
|
|
</div>
|
|
@if($prescriptions && count($prescriptions))
|
|
@if($prescriptions && count($prescriptions))
|
|
@foreach($prescriptions as $prescription)
|
|
@foreach($prescriptions as $prescription)
|