@if($product->labels->isNotEmpty())
@foreach($product->labels as $label)
 }}.svg)
@if(strpos($label->css_class, '_FLAG') !== false)

@endif
{{--
@switch($label->css_class)
@case('chicken') @break
@case('beef') @break
@endswitch
--}}
@endforeach
@endif
{{--
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
antelope
duck
goat
guinea-fowl
lamb
pork
salmon
sheep
turkey
--}}