@if(!isset($labels) || count($labels) === 0)
Source My Parts
No labels
No standard products found on this order
N/A
@else @foreach($labels as $label)
Source My Parts
{{ $label['sku'] ?? '-' }}
{{ $label['description'] ?? '-' }}
{{ $label['bay_location'] ?? 'N/A' }}
@endforeach @endif