@if($product->brand) Brand: {{ $product->brand->name }} @endif @if($product->category) @if($product->brand) • @endif Category: {{ $product->category->name }} @if($product->category->sizeGroup) • Sizes: {{ $product->category->sizeGroup->name }} @endif @endif
@if($product->notes){{ Str::limit($product->notes, 60) }}
@endifNo products found