mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 22:07:33 -05:00 
			
		
		
		
	Wrap quantity if per_seat_enabled
This commit is contained in:
		
							parent
							
								
									0c8dc5d822
								
							
						
					
					
						commit
						546619a498
					
				@ -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">
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user