@if($p->image) @endif |
{{ $p->name }} {{ $p->sku }} |
{{ $p->category->name ?? '—' }} |
@if($p->discount_price)
{{ $siteSettings['currency'] }}{{ number_format($p->regular_price,2) }}
{{ $siteSettings['currency'] }}{{ number_format($p->discount_price,2) }}
@else
{{ $siteSettings['currency'] }}{{ number_format($p->regular_price,2) }}
@endif
|
@php $status = $p->stockStatus(); @endphp
{{ $p->stock_quantity }}
|
|
|
|
@endforeach