@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
@if ($product->Quantity != 0) {{ __('Add To Cart') }} @else {{ __('Out Of Stock') }} @endif

{{ 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