PATH:
home
/
lab2454c
/
crypto.keyreum.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" style="padding: 0 !important"> <div class="product__wrapp"> <div class="container"> <div class="heading__wrapp"> <h2>{{ isset($title->title3) ? $title->title3 : 'OUR PRODUCTS' }}</h2> <a href="{{ url('products') }}">View all products</a> </div> <div class="product__dispaly"> <div class="row"> @foreach($products as $product) <div class="col-xl-4 col-lg-4 mr__top mt-3"> <div class="product__card__wrapp"> <div class="product__card"> <div class="image__box"> <a href="{{ $product->url }}"> <img src="{{ RvMedia::getImageUrl($product->image) }}" alt="{{ $product->name }}"> </a> </div> <div class="product__title"> <h3><a href="{{ $product->url }}">{{ $product->name }}</a></h3> </div> @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="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> <div class="product__button__wrapp"> {{-- <a href="#" data-id="{{ $product->id }}" data-url="{{ route('public.cart.add-to-cart') }}">Add to cart</a> --}} @if (EcommerceHelper::isCartEnabled()) <div class="product-action-1 show" @if (!EcommerceHelper::isReviewEnabled()) style="bottom: 10px;" @endif> <a aria-label="{{ __('Add To Cart') }}" class="action-btn hover-up add-to-cart-button" data-id="{{ $product->id }}" data-url="{{ route('public.cart.add-to-cart') }}" href="#"><i class="far fa-shopping-bag"></i> Add to cart</a> </div> @endif <a href="{{ $product->url }}">Learn More</a> </div> </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]