@extends($active_theme) @section('title') {{ $product->productlangfrontend->name }} @endsection @section('frontend-content')

{{__('user.Our Products')}}

product
{!! clean(html_decode($product->productlangfrontend->description)) !!}

{{__('user.Comments')}}

@foreach ($productComments as $productComment)

{!! html_decode($productComment->comment) !!}

{{ Carbon\Carbon::parse($productComment->created_at)->format('F d,Y') }} {{__('user.At')}} {{ Carbon\Carbon::parse($productComment->created_at)->format('h:ia') }}

@endforeach
@if ($productComments->hasPages())
{{ $productComments->links('custom_pagination') }}
@endif
@csrf

{{__('user.Leave a Comment')}}

{{__('user.Comment')}}*
@if($recaptchaSetting->status==1)
@endif

{{__('user.Reviews')}}

@foreach ($productReviews as $productReview)

{{ html_decode($productReview->review) }}

{{ Carbon\Carbon::parse($productReview->created_at)->format('F d,Y') }} {{__('user.At')}} {{ Carbon\Carbon::parse($productReview->created_at)->format('h:ia') }}

@endforeach
@if ($productReviews->hasPages())
{{ $productReviews->links('custom_pagination') }}
@endif
@csrf

{{__('user.Write Your Reviews')}}

(0.0)

{{__('user.comment')}}*
@if($recaptchaSetting->status==1)
@endif
@if ($related_products->count() > 0) @endif @endsection @push('frontend_js') @endpush