Price Lists

@if($availablePriceListTypes->count() > 0) @endif
@if($priceLists->count() > 0)
@foreach($priceLists as $priceList) @endforeach
Price List Type Price Actions
{{ $priceList->priceListType->type }} {{ $priceList->priceListType->name }}
Rp {{ number_format($priceList->price, 0, ',', '.') }}
@else

No price lists configured for this item.

@if($availablePriceListTypes->count() > 0) @endif
@endif
@if($showModal) @endif