{{-- resources/views/products/partials/card.blade.php --}} @props(['p'])
{{ $p->name }}
{{ Str::limit($p->name, 40) }}
Code: {{ $p->product_code ?? '-' }} • SKU: {{ $p->product_sku ?? '-' }}
{{ $p->brand->name ?? '-' }} • {{ $p->category->name ?? '-' }}{{ $p->subCategory? ' › '.$p->subCategory->name : '' }}
View
{{ numberformat($p->sale_price) }}