@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')
{{--
Soap
Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Proin eget tortor risus.
--}}
{{--
--}}
@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
{{--
--}} {{--
--}} {{-- @foreach ($product->colors as $color) --}} {{-- --}} {{-- @endforeach --}} {{--
--}} {{--
--}} {{--
    --}} {{-- @foreach ($product->sizes as $item) --}} {{-- --}} {{--
  • {{$item->Size}}
  • --}} {{-- @endforeach --}} {{--
--}}
@endforeach
{{ $products->links('vendor.pagination.careers') }}
{{ __('Filter') }}
{{--
--}} {{--
--}} {{--
--}}
@push('post_script') @endpush() @endsection