mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 19:47:34 -05:00 
			
		
		
		
	Allow HTML to be displayed for products in Subscriptions npage
This commit is contained in:
		
							parent
							
								
									b5c769d807
								
							
						
					
					
						commit
						a4fd595d38
					
				@ -41,7 +41,7 @@
 | 
			
		||||
 | 
			
		||||
                    @foreach($subscription->service()->recurring_products() as $product)
 | 
			
		||||
                        <div class="flex items-center justify-between mb-4 bg-white rounded px-6 py-4 shadow-sm border">
 | 
			
		||||
                            <div class="text-sm">{{ $product->notes }}</div>
 | 
			
		||||
                            <div class="text-sm">{!! $product->notes !!}</div>
 | 
			
		||||
                            <div data-ref="price-and-quantity-container">
 | 
			
		||||
                                <span
 | 
			
		||||
                                    data-ref="price">{{ \App\Utils\Number::formatMoney($product->price, $subscription->company) }}</span>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user