diff --git a/src/routes/dashboard/sales/[productId]/__error.svelte b/src/routes/dashboard/sales/[productId]/__error.svelte
new file mode 100644
index 0000000..f4b3346
--- /dev/null
+++ b/src/routes/dashboard/sales/[productId]/__error.svelte
@@ -0,0 +1,73 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {status}
+
+
+
+ {error.name}
+
+
+ {#if dev && error.stack}
+
{error.message}
+ {/if}
+
+
+
+
diff --git a/src/routes/dashboard/sales/[productId]/__layout.svelte b/src/routes/dashboard/sales/[productId]/__layout.svelte
new file mode 100644
index 0000000..42706d0
--- /dev/null
+++ b/src/routes/dashboard/sales/[productId]/__layout.svelte
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+
Sales of product {productId}
+
+
+
+
diff --git a/src/routes/dashboard/sales/[productId]/customers/[customerId]/index.svelte b/src/routes/dashboard/sales/[productId]/customers/[customerId]/index.svelte
new file mode 100644
index 0000000..e69de29
diff --git a/src/routes/dashboard/sales/[productId]/customers/__layout.svelte b/src/routes/dashboard/sales/[productId]/customers/__layout.svelte
new file mode 100644
index 0000000..f00ab00
--- /dev/null
+++ b/src/routes/dashboard/sales/[productId]/customers/__layout.svelte
@@ -0,0 +1,3 @@
+
+
Customers
+
diff --git a/src/routes/dashboard/sales/[productId]/customers/index.svelte b/src/routes/dashboard/sales/[productId]/customers/index.svelte
new file mode 100644
index 0000000..e69de29
diff --git a/src/routes/dashboard/sales/[productId]/deposits/index.svelte b/src/routes/dashboard/sales/[productId]/deposits/index.svelte
new file mode 100644
index 0000000..b04e906
--- /dev/null
+++ b/src/routes/dashboard/sales/[productId]/deposits/index.svelte
@@ -0,0 +1,3 @@
+
+
Deposits
+
diff --git a/src/routes/dashboard/sales/[productId]/index.svelte b/src/routes/dashboard/sales/[productId]/index.svelte
new file mode 100644
index 0000000..ffca4e9
--- /dev/null
+++ b/src/routes/dashboard/sales/[productId]/index.svelte
@@ -0,0 +1,8 @@
+
diff --git a/src/routes/dashboard/sales/[productId]/invoices/[invoice]/__error.svelte b/src/routes/dashboard/sales/[productId]/invoices/[invoice]/__error.svelte
new file mode 100644
index 0000000..f4b3346
--- /dev/null
+++ b/src/routes/dashboard/sales/[productId]/invoices/[invoice]/__error.svelte
@@ -0,0 +1,73 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {status}
+
+
+
+ {error.name}
+
+
+ {#if dev && error.stack}
+
{error.message}
+ {/if}
+
+
+
+
diff --git a/src/routes/dashboard/sales/[productId]/invoices/[invoice]/index.svelte b/src/routes/dashboard/sales/[productId]/invoices/[invoice]/index.svelte
new file mode 100644
index 0000000..9cb5801
--- /dev/null
+++ b/src/routes/dashboard/sales/[productId]/invoices/[invoice]/index.svelte
@@ -0,0 +1,64 @@
+
+
+
+
+
+
+
+ Stankonia
+
+
+ $8000
+
+
+ DUE TODAY
+ INVOICED 10/31/2020
+
+
+
+ Invoice
+
+ #{invoice}
+
+
+
+
diff --git a/src/routes/dashboard/sales/[productId]/invoices/__error.svelte b/src/routes/dashboard/sales/[productId]/invoices/__error.svelte
new file mode 100644
index 0000000..f4b3346
--- /dev/null
+++ b/src/routes/dashboard/sales/[productId]/invoices/__error.svelte
@@ -0,0 +1,73 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {status}
+
+
+
+ {error.name}
+
+
+ {#if dev && error.stack}
+
{error.message}
+ {/if}
+
+
+
+
diff --git a/src/routes/dashboard/sales/[productId]/invoices/__layout.svelte b/src/routes/dashboard/sales/[productId]/invoices/__layout.svelte
new file mode 100644
index 0000000..a3b241b
--- /dev/null
+++ b/src/routes/dashboard/sales/[productId]/invoices/__layout.svelte
@@ -0,0 +1,168 @@
+
+
+
diff --git a/src/routes/dashboard/sales/[productId]/invoices/index.svelte b/src/routes/dashboard/sales/[productId]/invoices/index.svelte
new file mode 100644
index 0000000..5259f63
--- /dev/null
+++ b/src/routes/dashboard/sales/[productId]/invoices/index.svelte
@@ -0,0 +1,5 @@
+
diff --git a/src/routes/dashboard/sales/[productId]/overview/index.svelte b/src/routes/dashboard/sales/[productId]/overview/index.svelte
new file mode 100644
index 0000000..47d407b
--- /dev/null
+++ b/src/routes/dashboard/sales/[productId]/overview/index.svelte
@@ -0,0 +1,9 @@
+
+
+
diff --git a/src/routes/dashboard/sales/[productId]/subscriptions/[subscriptionId]/index.svelte b/src/routes/dashboard/sales/[productId]/subscriptions/[subscriptionId]/index.svelte
new file mode 100644
index 0000000..e69de29
diff --git a/src/routes/dashboard/sales/[productId]/subscriptions/__layout.svelte b/src/routes/dashboard/sales/[productId]/subscriptions/__layout.svelte
new file mode 100644
index 0000000..509d98c
--- /dev/null
+++ b/src/routes/dashboard/sales/[productId]/subscriptions/__layout.svelte
@@ -0,0 +1,3 @@
+
+
Subscriptions
+
diff --git a/src/routes/dashboard/sales/[productId]/subscriptions/index.svelte b/src/routes/dashboard/sales/[productId]/subscriptions/index.svelte
new file mode 100644
index 0000000..e69de29
diff --git a/src/routes/dashboard/sales/__layout.svelte b/src/routes/dashboard/sales/__layout.svelte
new file mode 100644
index 0000000..0b3622e
--- /dev/null
+++ b/src/routes/dashboard/sales/__layout.svelte
@@ -0,0 +1,3 @@
+
+
+