|
@@ -31,10 +31,10 @@
|
|
|
</div>
|
|
|
@endif
|
|
|
<?php $_cpc = $patient->getPrimaryCoverage();?>
|
|
|
-<div class="d-flex">
|
|
|
- <div>DOB: {{friendly_date($patient->dob, false,null, true)}} </div>
|
|
|
+<div class="pr-2">DOB: {{friendly_date($patient->dob, false,null, true)}} </div>
|
|
|
+<div class="d-flex flex-wrap">
|
|
|
@if($_cpc && $patient->getPrimaryCoverageStatus() === 'YES')
|
|
|
- <div class="text-nowrap screen-only ml-2 pl-2 border-left">
|
|
|
+ <div class="text-nowrap screen-only">
|
|
|
<a href="{{ route('patients.view.primary-coverage', $patient) }}">{{$_cpc->insuranceDisplayPayerName()}}</a>
|
|
|
<span class="on-hover-show d-inline-block on-hover-opaque">
|
|
|
<i class="fa fa-check-circle text-success"></i>
|
|
@@ -65,4 +65,4 @@
|
|
|
@endif
|
|
|
@endif
|
|
|
</div>
|
|
|
-</div>
|
|
|
+</div>
|