@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')
@if ($products->Image4)
@endif @if ($products->Image3)
@endif @if ($products->Image5)
@endif @if ($products->Image2)
@endif
@if ($products->Image5 || $products->Image2 || $products->Image3 || $products->Image4)
  • {{-- {{ __('product') }} --}} {{ __('product') }}
  • @if ($products->Image4)
  • {{-- {{ __('product') }} --}} {{ __('product') }}
  • @endif @if ($products->Image3)
  • {{-- {{ __('product') }} --}} {{ __('product') }}
  • @endif @if ($products->Image5)
  • {{-- {{ __('product') }} --}} {{ __('product') }}
  • @endif @if ($products->Image2)
  • {{-- {{ __('product') }} --}} {{ __('product') }}
  • @endif
@endif

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

@if (currencyConverter($products->Price) == currencyConverter($products->Discount_Price)) {{ currencyConverter($products->Discount_Price) }} @else {{ currencyConverter($products->Discount_Price) }} {{ currencyConverter($products->Price) }} @endif

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

{{-- {!! productReview($products->id) !!} --}} {{-- Commented to review --}} {{--
-
{{ __('+') }}
{{ __('Add To Cart') }}
--}} {{-- /Commented to review --}}
  • icon{{ __('Estimated Delivery:') }}{{ allsetting()['estimating_delivery'] }}
  • icon{{ __('Shipping Charge:') }}{{ __('On all orders over') }}
  • {{ __('Guarantee Safe & Secure Checkout') }}
{{-- Product Modal --}} @if ($products->Primary_Image && ($products->Image4 || $products->Image3 || $products->Image5 || $products->Image2)) @endif {{-- /Product Modal --}} @endsection @push('post_script') @endpush