@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')

{{ langConverter($category_m->en_Category_Name, $category_m->fr_Category_Name) }}

{{ langConverter($category_m->en_Description, $category_m->fr_Description) }}

{{-- Category Slider --}}
@foreach (Category_Des_Icon() as $item)
{{ __('product') }}

{{ langConverter($item->en_Category_Name, $item->fr_Category_Name) }}

@endforeach
{{-- /Category Slider --}}
{{--
--}}
@foreach ($products as $product)
{{-- product --}} product
{{ __('Add To Cart') }}

{{ langConverter($product->en_Product_Name, $product->fr_Product_Name) }}

{!! productReview($product->id) !!}
Discount > 0) class="regular-price rscnUpdatedProductPrice" @else class="price rscnUpdatedProductPrice" @endif >{{ currencyConverter($product->Price) }} @if ($product->Discount > 0) {{ currencyConverter($product->Discount_Price) }} @endif
{{-- --}}
@endforeach
{{ $products->links('vendor.pagination.careers') }}
{{ __('Filter') }}
{{--
--}} {{--
--}} {{--
--}}
@push('post_script') @endpush @endsection