Prescription

This commit is contained in:
kevin
2023-07-04 09:35:33 +07:00
parent b05f052848
commit c942856933
8 changed files with 621 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ import VerifyCode from '../pages/auth/VerifyCode';
import { AuthProvider } from '../contexts/LaravelAuthContext';
import AuthGuard from '../guards/AuthGuard';
import { Link, useParams, useSearchParams } from 'react-router-dom';
import Prescription from '@/pages/Report/Prescription/Index';
// ----------------------------------------------------------------------
@@ -285,6 +286,10 @@ export default function Router() {
path: 'report/live-chat/:id/edit',
element: <LivechatCreate />,
},
{
path: 'report/prescription',
element: <Prescription/>,
},
{
path: 'report/linksehat-payments',
element: <LinksehatPayment />,