@foreach($data['items'] as $row)
@if($row->category_id >= 25) @endif
{!! DNS2D::getBarcodeSVG((string) $row->item_code , 'DATAMATRIX'); !!} {{ $row->item_code }}
@if($row->category_id < 25)

K:{{ $row->category_id }}

W:{{ number_format($row->weight , 2) }}

@else

G:{{ number_format($row->gold_weight , 2) }}

D:{{ $row->weight }}

C:{{ $row->stone_weight }}

@endif

{{ number_format($row->price , 0 , '.' , ',' ) }} SR

@endforeach