Переглянути джерело

Merge branch 'master' into dev-vj

Vijayakrishnan Krishnan 4 роки тому
батько
коміт
0ebb9330fb
1 змінених файлів з 4 додано та 4 видалено
  1. 4 4
      resources/views/layouts/patient.blade.php

+ 4 - 4
resources/views/layouts/patient.blade.php

@@ -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>