@props([ 'title', 'sku'=>null, 'price'=>null, 'image'=>null, 'stock'=>null, 'url'=>null, 'galleryUrl' => null, ])
@if($image) {{ $title }} @endif
{{ $title }}
@if($sku || !is_null($stock))
@if($sku) SKU {{ $sku }} @endif @if(!is_null($stock)) ยท Stock {{ $stock }} @endif
@endif @if(!is_null($price))
{{ $price }}
@endif