PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
platform
/
themes
/
wowy
/
partials
/
shortcodes
{{-- <section class="newsletter bg-brand p-30 text-white wow fadeIn animated"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-7 mb-md-3 mb-lg-0"> <div class="row align-items-center"> <div class="col flex-horizontal-center"> <img class="icon-email" src="{{ Theme::asset()->url('images/icons/icon-email.svg') }}" alt="icon"> <h4 class="font-size-20 mb-0 ml-3">{!! clean($title) !!}</h4> </div> <div class="col my-4 my-md-0"> <h5 class="font-size-15 ml-4 mb-0">{!! clean($description) !!}</h5> </div> </div> </div> <div class="col-lg-5"> <!-- Subscribe Form --> <form class="newsletter-form" method="post" action="{{ route('public.newsletter.subscribe') }}"> @csrf <div class="form-subcriber d-flex wow fadeIn animated "> <input type="email" name="email" class="form-control bg-white font-small" placeholder="{{ __('Enter your email') }}"> <button class="btn bg-dark text-white" type="submit">{{ __('Subscribe') }}</button> </div> @if (setting('enable_captcha') && is_plugin_active('captcha')) <div class="col-auto"> {!! Captcha::display() !!} </div> @endif </form> <!-- End Subscribe Form --> </div> </div> </div> </section> --}} @php $url = explode('/', url()->current()); $endUrl = end($url); $title = Botble\Base\Models\HomeTitle::where(['id' => 1])->select('newsletter_title', 'newsletter_description')->first(); $secondLastUrl = $url[count($url)-2]; @endphp <div class="body__containt__main" @if($endUrl == 'about-us' || ($endUrl == 'products') || ($endUrl == 'solutions') || ($secondLastUrl == 'product-categories')) style="padding: 0 !important" @endif> <div class="newletter__wrapp"> <div class="container"> <div class="newletter__inner"> <div class="newletter__inner__content"> <h2>{{ isset($title->newsletter_title) ? $title->newsletter_title : 'SIGN UP TO NEWSLETTER' }}</h2> <p>{{ isset($title->newsletter_description) ? $title->newsletter_description : 'NEWSLETTER DEMO DESCRIPTION' }}</p> </div> <div class="form__wrapp"> {{-- <form> <div class="form-group form__group"> <input type="text" class="form-control form__control" placeholder="Enter your email…" /> <button class="btn-primary btn__primary">Register to newsletter<i class="ico__box"><img src="assets/arrow-wthe.svg" alt="" /></i></button> </div> </form> --}} <form method="post" action="{{ route('public.newsletter.subscribe') }}"> @csrf <div class="form-group form__group"> <input type="email" name="email" class="form-control form__control" placeholder="{{ __('Enter your email') }}" required> <button class="btn-primary btn__primary" type="submit"><span>{{ __('Register to Newsletter') }}</span> <i class="ico__box"><img src="{{ asset('assets/assets/arrow-wthe.svg') }}" alt="" /></i> </button> </div> @if (setting('enable_captcha') && is_plugin_active('captcha')) <div class="col-auto"> {!! Captcha::display() !!} </div> @endif </form> </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]