From 546619a4987cdd6872123d08c0fe19f9f2898a30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Mon, 22 Mar 2021 13:24:58 +0100 Subject: [PATCH] Wrap quantity if per_seat_enabled --- .../billing-portal-purchase.blade.php | 40 ++++++++++--------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/resources/views/portal/ninja2020/components/livewire/billing-portal-purchase.blade.php b/resources/views/portal/ninja2020/components/livewire/billing-portal-purchase.blade.php index 5b2420d63997..e548b1a2c65c 100644 --- a/resources/views/portal/ninja2020/components/livewire/billing-portal-purchase.blade.php +++ b/resources/views/portal/ninja2020/components/livewire/billing-portal-purchase.blade.php @@ -20,25 +20,27 @@ @endif -
- {{ ctrans('texts.qty') }} - - - -
+ @if($billing_subscription->per_seat_enabled) +
+ {{ ctrans('texts.qty') }} + + + +
+ @endif @if(auth('contact')->user())