{{$product->product_name}}

@php $avg_rating = $product->reviews->avg('rating'); $total_reviews = $product->reviews->count(); @endphp
{{ number_format($avg_rating, 1) }}
({{ $total_reviews }} Reviews)

@if($product->discount > 0) {{discount($product)}} BDT{{$product->product_price}}BDT @else {{$product->product_price}} BDT @endif
  • Ultrices eros in cursus turpis massa cursus mattis.
  • Volutpat ac tincidunt vitae semper quis lectus.
  • Aliquam id diam maecenas ultricies mi eget mauris.
@if(count($variants) > 0)
@foreach($variants as $variant) @if($variant->variant_name == 'Color' || $variant->variant_name == 'color')
@foreach($variant->productvariants as $row) @endforeach
@else
@foreach($variant->productvariants as $row) {{$row->variant_value}} @endforeach
Clean All
@endif @endforeach @endif

Frequently Bought Together

Detail

{!!$product->description!!}
1.Free Shipping & Return

We offer free shipping for products on orders above 50$ and offer free delivery for all orders in US.

2.Free and Easy Returns

We guarantee our products and you could get back all of your money anytime you want in 30 days.

3.Special Financing

Get 20%-50% off items over 50$ for a month or over 250$ for a year with our special credit card.

Customer Reviews

    @forelse($product->reviews->where('status', 'approved') as $review)
  • avatar

    {{ $review->user->name }} {{ $review->created_at->format('M d, Y') }}

    {{ $review->description }}

    @if($review->image) review image @endif
  • @empty
  • No reviews for this product yet.

  • @endforelse

@auth

Add a Review

@csrf
1 2 3 4 5
@error('rating') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@error('image') {{ $message }} @enderror
@else

Please to write a review.

@endauth
@foreach($relatedProducts as $product) @endforeach