@@ -10,6 +10,8 @@
<link href="/css/style.css" rel="stylesheet">
<link href="/v-splitter-px/v-splitter.css" rel="stylesheet" >
<script src="/v-splitter-px/v-splitter.js"></script>
+ <link rel="stylesheet" href="{{ asset('/css/toastr.min.css') }}">
+ <script src="{{ asset('js/toastr.min.js') }}" type="application/javascript"></script>
<title>Scholar</title>
</head>
<body class="h-100">
@@ -569,9 +569,9 @@
}
else {
if (_data.message) {
- toastr.error(_data.message);
+ window.top.toastr.error(_data.message);
} else {
- toastr.error('Unable to claim the patient');
+ window.top.toastr.error('Unable to claim the patient');
}, 'json');