|
@@ -37,6 +37,9 @@
|
|
|
<div class="mb-1">
|
|
|
ZIP: <b>{{ $patient->mailing_address_zip }}</b>
|
|
|
</div>
|
|
|
+ <div class="mb-1">
|
|
|
+ Special Instructions: <b>{{ $patient->mailing_address_memo }}</b>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
<div class="font-weight-bold mb-2 mt-3">Contact Info</div>
|
|
@@ -105,6 +108,9 @@
|
|
|
<div class="mb-2">
|
|
|
<input type="text" class="form-control form-control-sm" name="mailingAddressZip" placeholder="ZIP" value="{{ $patient->mailing_address_zip }}">
|
|
|
</div>
|
|
|
+ <div class="mb-2">
|
|
|
+ <textarea type="text" class="form-control form-control-sm" name="mailingAddressMemo" placeholder="ZIP">{{ $patient->mailing_address_memo }}</textarea>
|
|
|
+ </div>
|
|
|
|
|
|
<div>
|
|
|
<button submit class="btn btn-sm btn-primary mr-1">Submit</button>
|