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

{{ $row->item_code }}

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

@if($row->category_id < 25)

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

C:{{ $row->category_id }}

{{ $row->sub_category_name_en }}

{{ $row->supplier_code }}

@else

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

D:{{ $row->weight }}

C:{{ $row->stone_weight }}

{{ $row->supplier_code }}

@endif
@endforeach