@extends($_layout.'master') {{-- @section('meta.robots', 'noindex') --}} @section('title', '404 - Không tìm thấy') @section('content')

Không tìm thấy

Trang mà bạn truy cập có thể đang bị lỗi tạm thời hoặc đã bị xóa, bạn có thể truy cập sau hoặc xem thêm các sản phẩm hấp dẫn khác trên website Wisestyle.vn

Về Trang chủ
@php add_js_src(theme_asset('components/common/script.js')); $args = []; $routeParams = []; $url = route('web.products'); $args['@limit'] = 4; $args['@sorttype'] = 'rand()'; $url.="?sorttype=6"; if($args){ $args = array_merge($args, [ '@with' => ['promoAvailable'], '@withOption' => true, '@withGallery' => true, '@withCategory' => true ]); } @endphp @if ($args && count($products = $helper->getProducts($args)))

Có thể bạn đang tìm

@foreach ($products as $product)
@include($_template.'products.grid-item', [ 'product' => $product, 'item_class' => 'mb-12 mb-lg-20', 'use_thubnail_slide' => true ])
@endforeach
@endif
@endsection