@if(!empty($stockBarcodes))
@php
$stockDataStatus = [
'Base',
'Inward',
'Sold',
'Exchange',
'GR',
'Qty',
'qty0',
'InwardOnly',
'SoldOnly',
'ExchangeOnly',
'BaseOnly',
'GROnly',
];
$stockDataMatchStatus = [
'Matching',
'Mismatch',
'Missing',
'Scanned',
'NotScanned',
];
@endphp
@endif