PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
themes
/
wowy
/
partials
/
shortcodes
@if (theme_option('site_features')) @php $headerStyle = theme_option('header_style') ?: ''; $page = Theme::get('page'); if ($page) { $headerStyle = $page->getMetaData('header_style', true) ?: $headerStyle; } $headerStyle = ($headerStyle && in_array($headerStyle, array_keys(get_layout_header_styles()))) ? $headerStyle : ''; @endphp <section class="featured section-padding-60"> <div class="container"> <div class="row"> @for ($i = 1; $i <= 5; $i++) @if (clean($shortcode->{'title' . $i})) <div class="col-lg-3 col-md-6 mb-md-3 mb-lg-0"> <div class="banner-left-icon d-flex align-items-center wow fadeIn animated h-100 {{ $headerStyle == 'header-style-2' ? 'style-2' : '' }}"> <div class="banner-icon"> <img src="{{ RvMedia::getImageUrl($shortcode->{'icon' . $i}, null, false, RvMedia::getDefaultImage()) }}" alt="icon"> </div> <div class="banner-text"> <h3 class="icon-box-title">{!! clean($shortcode->{'title' . $i}) !!}</h3> <p>{!! clean($shortcode->{'subtitle' . $i}) !!}</p> </div> </div> </div> @endif @endfor </div> </div> </section> @endif
[-] 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]