\ No newline at end of file
diff --git a/resources/views/cart/partials/product/image.blade.php b/resources/views/cart/partials/product/image.blade.php
new file mode 100644
index 00000000..2cb70b7e
--- /dev/null
+++ b/resources/views/cart/partials/product/image.blade.php
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/resources/views/cart/partials/product/price.blade.php b/resources/views/cart/partials/product/price.blade.php
new file mode 100644
index 00000000..699520ca
--- /dev/null
+++ b/resources/views/cart/partials/product/price.blade.php
@@ -0,0 +1,14 @@
+
+
+ @{{ item.specialPrice | price }}
+
+
+ @{{ item.price | price }}
+
+
+
+
+
+
+ @{{ item.total | price }}
+
\ No newline at end of file
diff --git a/resources/views/cart/partials/product/remove-button.blade.php b/resources/views/cart/partials/product/remove-button.blade.php
new file mode 100644
index 00000000..510c179b
--- /dev/null
+++ b/resources/views/cart/partials/product/remove-button.blade.php
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/resources/views/cart/partials/products.blade.php b/resources/views/cart/partials/products.blade.php
index 69340e3d..8f4ccc6d 100644
--- a/resources/views/cart/partials/products.blade.php
+++ b/resources/views/cart/partials/products.blade.php
@@ -10,40 +10,9 @@