diff --git a/resources/views/livewire/dashboard/pricing.blade.php b/resources/views/livewire/dashboard/pricing.blade.php index ad0daa4..1a030ad 100644 --- a/resources/views/livewire/dashboard/pricing.blade.php +++ b/resources/views/livewire/dashboard/pricing.blade.php @@ -9,20 +9,20 @@ @foreach($plans as $plan)
-

{{ $plan->name }} @if(!$plan->monthly_billing) +

{{ $plan['name'] }} @if(!$plan['monthly_billing']) 2 Months Free @endif

- ${{ $plan->price }} - /{{ $plan->monthly_billing ? 'month' : 'year' }} + ${{ $plan['price'] }} + /{{ $plan['monthly_billing'] ? 'month' : 'year' }}

- @if($plan->accept_stripe && $plan->pricing_id !== null) - + @if($plan['accept_stripe'] && $plan['pricing_id'] !== null) + Pay with card @endif - @if($plan->accept_shoppy && $plan->shoppy_product_id !== null) - + @if($plan['accept_shoppy'] && $plan['shoppy_product_id'] !== null) + Pay with crypto @endif - @if($plan->accept_oxapay && $plan->oxapay_link !== null) + @if($plan['accept_oxapay'] && $plan['oxapay_link'] !== null) Pay with crypto