diff --git a/app/Livewire/BillingPortal/Cart/Cart.php b/app/Livewire/BillingPortal/Cart/Cart.php new file mode 100644 index 0000000000..77c461bccc --- /dev/null +++ b/app/Livewire/BillingPortal/Cart/Cart.php @@ -0,0 +1,34 @@ +dispatch('purchase.next'); + } + + public function render() + { + return view('billing-portal.v3.cart.cart'); + } +} diff --git a/resources/views/billing-portal/v3/cart/cart.blade.php b/resources/views/billing-portal/v3/cart/cart.blade.php new file mode 100644 index 0000000000..0e839d9d21 --- /dev/null +++ b/resources/views/billing-portal/v3/cart/cart.blade.php @@ -0,0 +1,32 @@ +
+ + + + + + + + +
+
+ +
+
+