Show product notes only

This commit is contained in:
Benjamin Beganović 2021-04-07 13:27:16 +02:00
parent 43e6ba2ec6
commit 6b73d78abe

View File

@ -20,7 +20,6 @@
@foreach($subscription->service()->products() as $product) @foreach($subscription->service()->products() as $product)
<div class="flex items-center justify-between mb-4 bg-white rounded px-6 py-4 shadow-sm border"> <div class="flex items-center justify-between mb-4 bg-white rounded px-6 py-4 shadow-sm border">
<div> <div>
<p class="text-sm text-xl">{{ $product->product_key }}</p>
<p class="text-sm text-gray-800">{{ $product->notes }}</p> <p class="text-sm text-gray-800">{{ $product->notes }}</p>
</div> </div>
<div data-ref="price-and-quantity-container"> <div data-ref="price-and-quantity-container">