|
@@ -32,24 +32,26 @@
|
|
|
</head>
|
|
|
<body>
|
|
|
<div style="margin: 0; padding: .3rem; font-family: sans-serif">
|
|
|
- <header style="padding: 0; border: 0; margin: 0">
|
|
|
- <div style="text-align: center">
|
|
|
- <h3 style="margin-bottom:1px;line-height:5px;">{{ $prescription->hcpPro->displayName(true) }}</h3>
|
|
|
- <h4 style="margin-bottom:1px;line-height:5px;">{{$companyName}}</h4>
|
|
|
- <h4 style="margin-bottom:1px;line-height:3px;font-weight:400;">{{$addressLine1}}, {{$addressLine2}}</h4>
|
|
|
- <h4 style="margin-bottom:1rem;line-height:3px;font-weight:400;">{{$city}}, {{$state}} {{$zip}}</h4>
|
|
|
+ <header style="padding: 0; border: 0; margin: 0;">
|
|
|
+ <div style="width:100%;">
|
|
|
+ <div style="text-align: left">
|
|
|
+ <h3 style="margin-bottom:1px;line-height:5px;">{{ $prescription->hcpPro->displayName(true) }}</h3>
|
|
|
+ <h4 style="margin-bottom:1px;line-height:5px;">{{$companyName}}</h4>
|
|
|
+ <h4 style="margin-bottom:1px;line-height:3px;font-weight:400;">{{$addressLine1}}, {{$addressLine2}}</h4>
|
|
|
+ <h4 style="margin-bottom:1rem;line-height:3px;font-weight:400;">{{$city}}, {{$state}} {{$zip}}</h4>
|
|
|
</div>
|
|
|
- <div style="text-align:center;">
|
|
|
- <span style="width:33.33%; display:inline-block;">Phone: (800) 707-9705</span>
|
|
|
- <span style="width:33.33%; display:inline-block;">Fax: (800) 878-1414</span>
|
|
|
- <span style="width:33.33%; display:inline-block;">NPI: {{$prescription->hcpPro->hcp_npi}}</span>
|
|
|
+ <div style="text-align:right;margin-top:-80px;padding-bottom:0px;">
|
|
|
+ <span style="margin-bottom:5px;display:block;">Phone: (800) 707-9705</span>
|
|
|
+ <span style="margin-bottom:5px;display:block;">Fax: (800) 878-1414</span>
|
|
|
+ <span style="margin-bottom:5px;display:block;">NPI: {{$prescription->hcpPro->hcp_npi}}</span>
|
|
|
</div>
|
|
|
+ </div>
|
|
|
</header>
|
|
|
-
|
|
|
- <hr style="border-top: 2px solid #5ca4e8; border-bottom: 0; margin-top:5px; margin-bottom:.5rem;">
|
|
|
+ <hr style="border-top: 2px solid #5ca4e8; border-bottom: 0; margin-top:10px; margin-bottom:.5rem;">
|
|
|
|
|
|
@include('app.patient.prescriptions.pdf.' . $prescription->erx_category)
|
|
|
|
|
|
+ <hr style="border-top: 1px solid #dedede; border-bottom: 0; margin-top:10px; margin-bottom:.5rem;">
|
|
|
<?php if($prescription->logistics_detail_json): ?>
|
|
|
<?php $logistics = json_decode($prescription->logistics_detail_json); ?>
|
|
|
<hr style="margin: 0 0 0.5rem 0; border:0; border-color: #bbb">
|
|
@@ -57,7 +59,7 @@
|
|
|
<p style="margin: 0.5rem 0;"><b>{{ $logistics->facilityName }}</b></p>
|
|
|
<p style="margin: 0.5rem 0;">{{$logistics->facilityCity}} {{$logistics->facilityState}} {{$logistics->facilityZip}}</p>
|
|
|
<p style="margin: 0.5rem 0;">Phone: {{$logistics->facilityPhone}}</p>
|
|
|
- <p style="margin: 0.5rem 0;">Fax: {{$logistics->facilityFax}}</p>
|
|
|
+ @if($logistics->facilityFax)<p style="margin: 0.5rem 0;">Fax: {{$logistics->facilityFax}}</p>@endif
|
|
|
</div>
|
|
|
<?php endif; ?>
|
|
|
|