@foreach($data['items'] as $row)

{{$row->item_code}}

@if($row->category_id < 25)

K:{{ $row->category_id }}

@endif

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

@endforeach