@php
if ($gs->switch_highlight_currency) {
$highlight = $prod->firstCurrencyPrice();
$small = $prod->showVendorPrice();
} else {
$highlight = $prod->showVendorPrice();
$small = $prod->firstCurrencyPrice();
}
@endphp
{{-- If This product belongs to vendor then apply this --}}
{{-- check If This vendor status is active --}}
{{ $prod->user->shop_name }}