@if (count($prods) > 0) @foreach ($prods as $key => $prod)
@if (!is_null($prod->discount_percent)) {{ $prod->discount_percent . '%' }}   {{ 'OFF' }} @endif
@if ($admstore->reference_code == 1)
{{ $prod->ref_code }}
@endif @if (!empty($prod->features))
@foreach ($prod->features as $key => $data1) {{ $prod->features[$key] }} @endforeach
@endif
  • @if (Auth::guard('web')->check()) @else @endif
@if ($admstore->reference_code == 1) {{ $prod->ref_code }} @endif
{{ $prod->showName() }}
@php if ($gs->switch_highlight_currency) { $highlight = $prod->firstCurrencyPrice(); $small = $prod->showPrice(); } else { $highlight = $prod->showPrice(); $small = $prod->firstCurrencyPrice(); } @endphp

{{ __('From') }} {{ $prod->showVendorMinPrice() }} até {{ $prod->showVendorMaxPrice() }} @if ($curr->id != $scurrency->id) {{ $small }} @endif

@if ($gs->is_cart)
@if ($prod->product_type == 'affiliate') {{ __('Buy Now') }} @else @if ($prod->emptyStock()) {{ __('Out of Stock!') }} @else @if ($gs->is_cart_and_buy_available) {{ __('Add To Cart') }} {{ __('Buy Now') }} @else {{ __('Details') }} @endif @endif @endif
@else {{ __('Details') }} @endif
@endforeach
{!! $prods->appends(['search' => request()->input('search')])->links() !!}
@else @include('front.themes.shared.components.no-prod-found') @endif @if (isset($ajax_check)) @endif