@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) }}

{{ currencyConverter($product->Price) }} {{ currencyConverter($product->Discount_Price) }}
{{ __('Add To Cart') }}
@endforeach
{{ $products->links('vendor.pagination.careers') }}
{{ __('Filter') }}
{{--
--}} {{--
--}} {{--
--}}
@push('post_script') @endpush() @endsection