diff --git a/resources/js/pages/dashboards/crm.vue b/resources/js/pages/dashboards/crm.vue index a31b046..4c69840 100644 --- a/resources/js/pages/dashboards/crm.vue +++ b/resources/js/pages/dashboards/crm.vue @@ -15,7 +15,7 @@ import { useStore } from 'vuex' const store = useStore() const cardStatisticsWithImages = [ { - title: 'Meetings', + title: 'Total Meetings', subtitle: 'Year of 2021', stats: '13k', change: 15.6, @@ -31,7 +31,7 @@ const cardStatisticsWithImages = [ color: 'primary', }, { - title: 'Patients', + title: 'New Patients', subtitle: 'Year of 2021', stats: '13k', change: 15.6, @@ -39,7 +39,7 @@ const cardStatisticsWithImages = [ color: 'primary', }, { - title: 'Providers', + title: 'New Providers', subtitle: 'Last Week', stats: '24.5k', change: -20, diff --git a/resources/js/pages/pages/patient-meetings/prescription.vue b/resources/js/pages/pages/patient-meetings/prescription.vue index a78d038..8e564f6 100644 --- a/resources/js/pages/pages/patient-meetings/prescription.vue +++ b/resources/js/pages/pages/patient-meetings/prescription.vue @@ -184,16 +184,8 @@ const close = () => { @@ -312,22 +304,22 @@ const close = () => {