|
@@ -137,15 +137,15 @@
|
|
|
None provided.
|
|
|
@endif
|
|
|
</a>
|
|
|
- <form url="/api/client/putMcn" class="mcp-theme-1">
|
|
|
- <input type="hidden" name="uid" value="{{$patient->uid}}">
|
|
|
+ <form url="/api/client/putMedicareInfo" class="mcp-theme-1">
|
|
|
+ <input type="hidden" name="clientUid" value="{{$patient->uid}}">
|
|
|
<div class="mb-2">
|
|
|
- <input type="text" class="form-control form-control-sm" name="name_first"
|
|
|
+ <input type="text" class="form-control form-control-sm" name="nameFirst"
|
|
|
value="{{$patient->name_first}}"
|
|
|
placeholder="First Name">
|
|
|
</div>
|
|
|
<div class="mb-2">
|
|
|
- <input type="text" class="form-control form-control-sm" name="name_last"
|
|
|
+ <input type="text" class="form-control form-control-sm" name="nameLast"
|
|
|
value="{{$patient->name_last}}"
|
|
|
placeholder="Last Name">
|
|
|
</div>
|