diff --git a/resources/views/components/layout-simple.blade.php b/resources/views/components/layout-simple.blade.php index 543c826ef..f98a37c25 100644 --- a/resources/views/components/layout-simple.blade.php +++ b/resources/views/components/layout-simple.blade.php @@ -26,7 +26,7 @@ @livewireScripts -
+
{{ $slot }}
diff --git a/resources/views/components/pricing-plans.blade.php b/resources/views/components/pricing-plans.blade.php index 5ccde5e23..6bfcf5ff7 100644 --- a/resources/views/components/pricing-plans.blade.php +++ b/resources/views/components/pricing-plans.blade.php @@ -1,4 +1,7 @@ -
+@props([ + 'showSubscribeButtons' => true, +]) +

(save $6) - + @if(!$showSubscribeButtons) Subscribe Subscribe + @endif

Start self-hosting in the cloud with a @@ -128,7 +132,7 @@ d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z" clip-rule="evenodd" /> - 1 server + 1 server

  • (save $29) + @if(!$showSubscribeButtons) Subscribe Subscribe + @endif

    Scale your business or self-hosting environment.

      @@ -198,7 +204,7 @@ d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z" clip-rule="evenodd" /> - 5 servers + 1 server
    • (save $69) + @if(!$showSubscribeButtons) Subscribe Subscribe + @endif

      Deploy complex infrastuctures and manage them easily in one place.

        @@ -268,7 +276,7 @@ d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z" clip-rule="evenodd" /> - Unlimited servers + Unlimited servers
      • Join Waitlist - Waiting in the line: {{$waiting_in_line}} + Waiting in the line: {{ $waiting_in_line }} +