diff --git a/resources/js/Components/DataDisplay/Dashboard/DashboardTable.vue b/resources/js/Components/DataDisplay/Dashboard/DashboardTable.vue index 6bb72c0d56..cdd3150caa 100644 --- a/resources/js/Components/DataDisplay/Dashboard/DashboardTable.vue +++ b/resources/js/Components/DataDisplay/Dashboard/DashboardTable.vue @@ -37,6 +37,11 @@ function ShopDashboard(shop: any) { return route(shop?.route?.name, shop?.route?.parameters) } +function ShopInvoiceDashboard(shop: any) { + console.log(shop.route_invoice,'hahahahaha'); + + return route(shop?.route_invoice?.name, shop?.route_invoice?.parameters) +} const activeIndexTab = ref(props.current) const selectedTab = computed(() => { @@ -198,7 +203,23 @@ function useTabChangeDashboard(tab_slug: string) { Invoices -