@props(['class_name', 'key', 'caption' => 'PACE']) @php($unallowed_classes = collect([ 'EstimatePart', 'EstimateCompositeProductEntry', 'InventoryItemPurchaseUom', 'JobBillingAccountingCode', 'JobPartImpositionAllowance', 'JobPartOption', 'JobPartPressFormInk', 'PressTypeInkType', 'VirtualPrinter', ])) @if($unallowed_classes->filter(fn($c) => $c == $class_name)->count() == 0) @else @endif