|
@@ -36,7 +36,7 @@
|
|
|
$patient->home_address_zip == $patient->mailing_address_zip);
|
|
|
@endphp
|
|
|
<input type="checkbox" id="settingsSameAsHome" onchange="copyHomeToMailingAndReadOnly(this.checked)" {{ $isSame ? 'checked' : '' }}>
|
|
|
- <span class="ml-2">Same as home addess</span>
|
|
|
+ <span class="ml-2">Same as home address</span>
|
|
|
</label>
|
|
|
<div class="mb-2">
|
|
|
<input type="text" class="form-control form-control-sm" name="mailingAddressLine1" placeholder="Address Line 1" value="{{ $patient->mailing_address_line1 }}">
|