diff --git a/app/Livewire/BillingPortal/Cart/Cart.php b/app/Livewire/BillingPortal/Cart/Cart.php new file mode 100644 index 000000000000..77c461bccc4f --- /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 000000000000..0e839d9d2101 --- /dev/null +++ b/resources/views/billing-portal/v3/cart/cart.blade.php @@ -0,0 +1,32 @@ +