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

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

{{ currencyConverter($product->Price) }} {{ currencyConverter($product->Discount_Price) }}

{{ langConverter($product->en_About, $product->fr_About) }}

@empty

{{ __('No results found!') }}

@endforelse {{ $products->links('vendor.pagination.careers') }}
{{ __('Filter') }}
{{--
--}} {{--
--}} {{--
--}}
@push('post_script') @endpush @endsection