PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
themes
/
wowy
/
partials
/
shortcodes
<!--<section class="product-tabs pt-40 pb-30 wow fadeIn animated" id="product-collections">--> <!-- <div class="container wow fadeIn animated">--> <!-- @if (clean($title))--> <!-- <h3 class="section-title style-1 mb-30">{!! clean($title) !!}</h3>--> <!-- @endif--> <!-- <product-collections-component title="{!! clean($title) !!}" :product_collections="{{ json_encode($productCollections) }}" url="{{ route('public.ajax.products') }}"></product-collections-component>--> <!-- </div>--> <!--</section>--> <style> .old-price { color: var(--color-grey-4); font-size: 15px; font-weight: 400; margin: 0px 0px 0px 7px; text-decoration: line-through; } </style> @php $products = Botble\Ecommerce\Models\Product::take(3)->get(); $title = Botble\Base\Models\HomeTitle::where(['id' => 1])->select('title3')->first(); @endphp <div class="body__containt__main"> <div class="product__wrapp"> <div class="container"> <h2>{{ isset($title->title3) ? $title->title3 : 'OUR PRODUCTS' }}</h2> <div class="product__wrapp__inner"> <div class="row text-center"> @foreach($products as $product) <div class="col-xl-4 col-lg-4 col-md-4 mr__top"> <div class="product__holder__warpp"> <div class="image__box"> <a href="{{ $product->url }}"> <img src="{{ RvMedia::getImageUrl($product->image) }}" alt="{{ $product->name }}"> </a> </div> <div class="product__content"> @if (EcommerceHelper::isReviewEnabled()) <div class="review__wrapp"> <div class="stars__wrapp"> <div class="rating_wrap"> <div class="rating"> <div class="product_rate" style="width: {{ $product->reviews->avg('star') * 20 }}%"></div> </div> </div> </div> <p>{{ $product->reviews->count() }} Reviews</p> </div> @endif <div class="pro__title"> <h4> <a href="{{ $product->url }}">{{ $product->name }}</a> </h4> </div> <div class="product__price"> <span>{{ format_price($product->front_sale_price_with_taxes) }}</span> @if ($product->front_sale_price !== $product->price) <span class="old-price">{{ format_price($product->price_with_taxes) }}</span> @endif </div> @if (EcommerceHelper::isCartEnabled()) <div class="add__to__cart" > <a href="#" class="cart__btn action-btn hover-up add-to-cart-button" data-id="{{ $product->id }}" data-url="{{ route('public.cart.add-to-cart') }}"> <img src="{{ asset('assets/assets/new_images/shopping.png') }}">Add to cart </a> </div> @endif </div> </div> </div> @endforeach </div> </div> </div> </div> </div>
[-] product-category-products.blade.php
[edit]
[-] featured-news.blade.php
[edit]
[-] product-category-products-admin-config.blade.php
[edit]
[-] faq.blade.php
[edit]
[-] featured-news-admin-config.blade.php
[edit]
[+]
ads
[+]
..
[-] flash-sale-admin-config.blade.php
[edit]
[+]
sliders
[-] product-collections-admin-config.blade.php
[edit]
[-] our-offices-admin-config.blade.php
[edit]
[-] featured-product-categories.blade.php
[edit]
[-] trending-products-admin-config.blade.php
[edit]
[-] featured-brands.blade.php
[edit]
[-] featured-brands-admin-config.blade.php
[edit]
[-] featured-product-categories-admin-config.blade.php
[edit]
[-] featured-products-admin-config.blade.php
[edit]
[-] flash-sale.blade.php
[edit]
[-] product-collections.blade.php
[edit]
[-] recently-viewed-products.blade.php
[edit]
[-] newsletter-form-admin-config.blade.php
[edit]
[-] trending-products.blade.php
[edit]
[-] our-offices.blade.php
[edit]
[-] faq-admin-config.blade.php
[edit]
[-] newsletter-form.blade.php
[edit]
[-] site-features-admin-config.blade.php
[edit]
[-] featured-products.blade.php
[edit]
[-] site-features.blade.php
[edit]
[-] contact-form.blade.php
[edit]