@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 }}

{{ __('Address:')}} {{$prod->user->shop_address}}

{{ __("Email") }}: {{ $prod->user->email }}
{{ __("Phone") }}: {{ $prod->user->vendor_phone }}

{{ $highlight }} @if ($curr->id != $scurrency->id){{ $small }}@endif