@if(!empty(get_static_option('product_home_page_topbar_section_status')))
    {!! render_menu_by_id($top_menu_id) !!}
@if(!empty(get_static_option('hide_frontend_language_change_option')))
{{get_language_name_by_slug(get_user_lang())}}
    @foreach($all_language as $lang)
  • {{$lang->name}}
  • @endforeach
@endif
@endif
@if(!empty(get_static_option('product_home_page_product_category_section_status')))
@endif @if(!empty(get_static_option('product_home_page_featured_item_section_status'))) @endif @if(!empty(get_static_option('product_home_page_decorate_section_status')))
{!! render_image_markup_by_attachment_id(get_static_option('home_page_08_decorate_area_right_image')) !!}

{{get_static_option('home_page_08_'.$user_select_lang_slug.'_decorate_area_title')}}

{!! get_static_option('home_page_08_'.$user_select_lang_slug.'_decorate_area_description') !!}

@endif @if(!empty(get_static_option('product_home_page_latest_products_section_status')))

{{get_static_option('home_page_08_'.$user_select_lang_slug.'_latest_product_area_title')}}

{{get_static_option('home_page_08_'.$user_select_lang_slug.'_latest_product_area_description')}}

  • {{__('All')}}
  • @foreach($all_product_filter_category as $data)
  • {{$data->title}}
  • @endforeach
@foreach($all_latest_products as $data)
{!! render_image_markup_by_attachment_id($data->image,'masonry-image','grid') !!} @if(!empty($data->badge)) {{$data->badge}} @endif
@if($data->stock_status == 'out_stock')
{{__('Out Of Stock')}}
@else {{get_static_option('product_add_to_cart_button_'.$user_select_lang_slug.'_text')}} @endif

{{$data->title}}

{{amount_with_currency_symbol($data->sale_price)}} @if(!empty($data->regular_price)) {{amount_with_currency_symbol($data->regular_price)}}@endif
@if(count($data->ratings) > 0)

({{count($data->ratings)}})

@endif
@endforeach
@endif @if(!empty(get_static_option('product_home_page_brand_carousel_section_status')))
@endif @if(!empty(get_static_option('product_home_page_testimonial_section_status')))

{{get_static_option('home_page_08_'.$user_select_lang_slug.'_testimonial_area_title')}}

{{get_static_option('home_page_08_'.$user_select_lang_slug.'_testimonial_area_description')}}

@endif @if(!empty(get_static_option('product_home_page_subscribe_status')))

{{get_static_option('home_page_08_'.$user_select_lang_slug.'_cta_area_title')}}

@endif