@include('clients.blocks.categories')
{{-- danh sách sản phẩm dưới bài viết --}}
@if(!empty($allProduct))
@foreach($allProduct as $item)
@php
$ratings = array_filter(explode('|', $item->ratings), 'is_numeric');
$averageRating = $ratings ? array_sum($ratings) / count($ratings) : 0;
$fullStars = floor($averageRating);
$halfStar = $averageRating - $fullStars >= 0.5;
$originalPrice = $item->don_gia;
$promotion = \App\Models\Admin\ProductPromotion::join('khuyenmai', 'khuyenmai.id', '=', 'sanpham_khuyenmai.khuyenmai_id')
->where('sanpham_khuyenmai.product_id', $item->maSP)
->where('khuyenmai.ngay_bat_dau', '<=', now())
->where('khuyenmai.ngay_ket_thuc', '>=', now())
->where('khuyenmai.trang_thai',0)
->orderBy('khuyenmai.ngay_bat_dau', 'desc')
->first();
$price = $promotion
? ($promotion->hinh_thuc_giam_gia == 0
? max(0, $originalPrice - $promotion->gia_tri_khuyen_mai)
: max(0, $originalPrice * (1 - $promotion->gia_tri_khuyen_mai / 100)))
: $originalPrice;
$discountPercent = $promotion ? (($originalPrice - $price) / $originalPrice) * 100 : 0;
@endphp
@endforeach
@endif
Sản Phẩm Nổi Bật
@if($productHot)
@foreach ($productHot as $product)
@php
$ratings = array_filter(explode('|', $product->ratings), 'is_numeric');
$averageRating = $ratings ? array_sum($ratings) / count($ratings) : 0;
$fullStars = floor($averageRating);
$halfStar = $averageRating - $fullStars >= 0.5;
$originalPrice = $product->don_gia;
$promotion = \App\Models\Admin\ProductPromotion::join('khuyenmai', 'khuyenmai.id', '=', 'sanpham_khuyenmai.khuyenmai_id')
->where('sanpham_khuyenmai.product_id', $product->maSP)
->where('khuyenmai.ngay_bat_dau', '<=', now())
->where('khuyenmai.ngay_ket_thuc', '>=', now())
->where('khuyenmai.trang_thai',0)
->orderBy('khuyenmai.ngay_bat_dau', 'desc')
->first();
$price = $promotion
? ($promotion->hinh_thuc_giam_gia == 0
? max(0, $originalPrice - $promotion->gia_tri_khuyen_mai)
: max(0, $originalPrice * (1 - $promotion->gia_tri_khuyen_mai / 100)))
: $originalPrice;
$discountPercent = $promotion ? (($originalPrice - $price) / $originalPrice) * 100 : 0;
@endphp
@endforeach
@endif
Sắm Ngay Sản Phẩm Ưa Thích!
Chào mừng bạn đến với cửa hàng Gia Dụng Văn Hậu. Đến với cửa hàng, chúng tôi sẽ đem lại cho bạn những sản phẩm chất lượng, phong phú,.... Với tiêu chí Chất lượng đặt lên hàng đầu. Xem sản phẩmDANH MỤC HOT TẠI SHOP
@if(!empty($listCategoriesHot))
@foreach($listCategoriesHot as $item)
@endforeach
@endif
{{$item->ten_danh_muc}}
Đăng ký nhận thông tin
Để nhận những thông tin khuyến mãi, chiết khấu hấp dẫn
SẢN PHẨM ĐÃ XEM
@foreach($viewedProductDetails as $itemProductViewed)
@endforeach
{{ $itemProductViewed->ten_san_pham }}
{{ number_format($itemProductViewed->don_gia_goc, 0, ',', '.') }} VNĐ
{{ number_format($itemProductViewed->don_gia, 0, ',', '.') }} VNĐ
FREESHIP cho đơn hàng từ 1.000.000đ
Hỗ trợ giao 4h nội thành Đà Nẵng theo nhu cầu
Đổi trả trong 30 ngày
NHẬP MÃ 🏷️VANHAUDAU Giảm 10% cho đơn hàng ≥ 800,000₫
Khuyến Mãi Đơn Hàng Hôm Nay
@foreach($listPromotion as $item)
@endforeach
{{$item->ma_khuyen_mai}}
Giảm 50% tới đa 10K đơn từ {{format_price($item->gia_tri_toi_thieu)}}
HSD: {{$item->ngay_ket_thuc}}