@php use App\Utils\Helpers;use App\Utils\ProductManager; @endphp
{{$product?->brand ? $product->brand['name']:'' }} |
{!! getPriceRangeWithDiscount(product: $product) !!}
|
@endif @endforeach @endif |