|
@@ -1,6 +1,6 @@
|
|
|
<div id="createPatientTemplateScript">
|
|
|
<div class="col-md-12 bg-light py-3 px-3 mb-2">
|
|
|
- <h5 class="m-0 font-weight-bold">Template Script:</h5>
|
|
|
+ <h5 class="m-0 font-weight-bold">New Patient Script:</h5>
|
|
|
</div>
|
|
|
<div class="px-3">
|
|
|
<div class="row">
|
|
@@ -32,7 +32,7 @@
|
|
|
templateContainer.html('<i class="fas fa-circle-notch fa-spin text-primary"></i> Loading template...');
|
|
|
$.get('{{ route("admin.getCreateNewPatientScriptTemplate") }}', {template:value}, function(response){
|
|
|
if(response.success){
|
|
|
- var templateHtml = response.data;
|
|
|
+ var templateHtml = response.data;
|
|
|
templateContainer.html(templateHtml);
|
|
|
}else{
|
|
|
toastr.error(response.message);
|
|
@@ -52,4 +52,4 @@
|
|
|
}
|
|
|
addMCInitializer('createPatientTemplateScript', init, '#createPatientTemplateScript');
|
|
|
})();
|
|
|
-</script>
|
|
|
+</script>
|