Barcode ID
Category Name
Sub Category Name
Weight
Purchase Cost
@foreach($data as $barcode)
{{ $barcode->id }}
{{ $barcode->category_name }}
{{ $barcode->sub_category_name }}
{{ $barcode->weight }}
{{ $barcode->purchase_cost }}
@endforeach