@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')
@foreach($products as $product)
product
@if($product->ItemTag) {{$product->ItemTag}} @endif

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

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