|
@@ -93,7 +93,13 @@
|
|
|
<div style="margin: 0; padding: 1rem; font-family: serif" contenteditable="true">
|
|
|
<!-- header/smg info -->
|
|
|
<div style="text-align: center; margin-bottom: 1.5rem; font-family: sans-serif">
|
|
|
- <div style="margin-bottom: 3px; font-weight:bold; font-size: 43px;line-height:40px;">Scholar Medical Group</div>
|
|
|
+ <div style="margin-bottom: 3px; font-weight:bold; font-size: 43px;line-height:40px;">
|
|
|
+ @if($note->hcpCompanyPro)
|
|
|
+ {{ $note->hcpCompanyPro->company->name }}
|
|
|
+ @else
|
|
|
+ Scholar Medical Group
|
|
|
+ @endif
|
|
|
+ </div>
|
|
|
@if($patient->mcp)
|
|
|
<div style="margin-bottom: 3px; font-size: 16px;font-weight:bold;">{{ $patient->mcp->displayName() }}</div>
|
|
|
@endif
|