TRUCDOANPHAM

@if (Auth::check())
Xin chào!
{{ auth()->user()->full_name }}
Đã đến với shop của chúng tôi
@else
Chào mừng bạn!
Đã đến với shop của chúng tôi
@endif
@if (Auth::check()) Trang cá nhân @else Trang cá nhân @endif Thông báo Yêu thích Cài đặt
@if(auth()->check())
@csrf
@else Đăng nhập Đăng ký @endif
{{ $wishlistCount }} {{ $cartCount }}
  • Trang chủ
  • Về chúng tôi
  • Danh mục sản phẩm
    @foreach($shoesProducts as $product)
    {{ $product->product_name }} {{ $product->is_new ? 'New' : 'Old' }}
    {{ $product->product_name }}

    {{ number_format($product->price, 2) }} đ

    Xem sản phẩm
    @endforeach
    Xem tất cả
    @foreach($depProducts as $product)
    {{ $product->product_name }} @if($product->is_new) New @endif
    {{ $product->product_name }}

    {{ number_format($product->price, 2) }} vnđ

    Xem sản phẩm
    @endforeach
    Xem tất cả
    @foreach($saleProducts as $product)
    {{ $product->product_name }} Sale
    {{ $product->product_name }}

    @if($product->is_sale && $product->sale_price < $product->price) {{ number_format($product->sale_price) }} vnđ {{ number_format($product->price) }} vnđ @else {{ number_format($product->price) }} vnđ @endif

    Xem sản phẩm
    @endforeach
    Xem tất cả
    {{--
    --}} {{--
    --}} {{-- @if($saleProducts->isEmpty())--}} {{--

    Không có sản phẩm sale nào.

    --}} {{-- @else--}} {{-- @foreach($saleProducts as $product)--}} {{--
    --}} {{--
    --}} {{-- --}} {{-- Sale--}} {{--
    --}} {{--
    --}} {{--
    --}} {{-- {{ $product->product_name }}--}} {{--
    --}} {{--

    --}} {{-- @if($product->is_sale && $product->sale_price < $product->price)--}} {{-- {{ number_format($product->sale_price) }} vnđ--}} {{-- {{ number_format($product->price) }} vnđ--}} {{-- @else--}} {{-- {{ number_format($product->price) }} vnđ--}} {{-- @endif--}} {{--

    --}} {{-- Xem sản phẩm--}} {{--
    --}} {{--
    --}} {{-- @endforeach--}} {{-- @endif--}} {{--
    --}} {{--
    --}} {{-- --}} {{-- Xem tất cả--}} {{-- --}} {{--
    --}} {{--
    --}}
  • Liên hệ