{{ strtoupper($currentRecord->product->name) }}
@if ($barcode)
@endif
@if ($showPrice)
{{ number_format($currentRecord->price, 2) }}
@endif
|
@endfor