@extends('frontend.frontend-page-master') @section('site-title') {{get_static_option('product_page_'.$user_select_lang_slug.'_name')}} @endsection @section('page-title') {{get_static_option('product_page_'.$user_select_lang_slug.'_name')}} @endsection @section('page-meta-data') {!! render_og_meta_image_by_attachment_id(get_static_option('product_page_'.$user_select_lang_slug.'_meta_image')) !!} @endsection @section('content')
@if(count($all_products) > 0) @foreach($all_products as $data)
@endforeach @else
{{__('No Products Found')}}
@endif

{{get_static_option('product_category_'.$user_select_lang_slug.'_text')}}

{{get_static_option('product_price_filter_'.$user_select_lang_slug.'_text')}}

{{amount_with_currency_symbol($min_price)}} {{amount_with_currency_symbol($max_price)}}

{{get_static_option('product_rating_filter_'.$user_select_lang_slug.'_text')}}

@endsection @section('scripts') @endsection