@extends("front.$version.layout") @section('pagename') - @if (empty($category)) {{__('All')}} @else {{convertUtf8($category->name)}} @endif {{__('Products')}} @endsection @section('meta-keywords', "$be->products_meta_keywords") @section('meta-description', "$be->products_meta_description") @section('styles') @endsection @section('breadcrumb-title', convertUtf8($be->product_title)) @section('breadcrumb-subtitle', convertUtf8($be->product_subtitle)) @section('breadcrumb-link', __('Our Product')) @section('content')
@if($be->popular_tags)
@endif @if ($bex->product_rating_system == 1 && $bex->catalog_mode == 0)
  • input('review') == '' ? 'checked' : ''}} id="checkbox4" value="">
  • input('review') == 4 ? 'checked' : ''}} id="checkbox4" value="all">
  • input('review') == 3 ? 'checked' : ''}} id="checkbox4" value="all">
  • input('review') == 2 ? 'checked' : ''}} id="checkbox4" value="all">
  • input('review') == 1 ? 'checked' : ''}} id="checkbox4" value="all">
@endif @if ($bex->catalog_mode == 0)
{{__('Price')}}:
@endif
@if($products->count() > 0) @foreach ($products as $product)
    @if ($bex->catalog_mode == 0)
  • @endif
@if ($bex->product_rating_system == 1 && $bex->catalog_mode == 0)
@endif {{strlen($product->title) > 40 ? mb_substr($product->title,0,40,'utf-8') . '...' : $product->title}}
@if ($bex->catalog_mode == 0) {{$bex->base_currency_symbol_position == 'left' ? $bex->base_currency_symbol : ''}}{{$product->current_price}}{{$bex->base_currency_symbol_position == 'right' ? $bex->base_currency_symbol : ''}} @if (!empty($product->previous_price)) {{ $bex->base_currency_symbol_position == 'left' ? $bex->base_currency_symbol : '' }}{{$product->previous_price}}{{ $bex->base_currency_symbol_position == 'right' ? $bex->base_currency_symbol : '' }} @endif @endif
@endforeach @else

{{__('Product Not Found')}}

@endif
@php $maxprice = App\Product::max('current_price'); $minprice = 0; @endphp
@if ($bex->catalog_mode == 0) @endif @if ($bex->product_rating_system == 1 && $bex->catalog_mode == 0) @endif
@endsection @section('scripts') @if ($bex->catalog_mode == 0) @endif @endsection