Wrap quantity if per_seat_enabled

This commit is contained in:
Benjamin Beganović 2021-03-22 13:24:58 +01:00
parent 0c8dc5d822
commit 546619a498

View File

@ -20,6 +20,7 @@
@endif
</div>
@if($billing_subscription->per_seat_enabled)
<div class="flex mt-4 space-x-4 items-center">
<span class="text-sm">{{ ctrans('texts.qty') }}</span>
<button wire:click="updateQuantity('decrement')" class="bg-gray-100 border rounded p-1">
@ -39,6 +40,7 @@
</svg>
</button>
</div>
@endif
@if(auth('contact')->user())
<a href="{{ route('client.invoices.index') }}" class="block mt-16 inline-flex items-center space-x-2">