|
Server IP : 72.167.149.90 / Your IP : 216.73.216.228 Web Server : Apache System : Linux server.zoomride.app 4.18.0-553.158.1.el8_10.x86_64 #1 SMP Wed Aug 26 03:18:33 EDT 2026 x86_64 User : zoomride2022 ( 1001) PHP Version : 8.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/zoomride2022/.trash/news-letter/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<!-- Newsletter area starts -->
<div class="newsletter-area pat-50 pab-50" data-padding-top="{{$padding_top ?? ''}}" data-padding-bottom="{{$padding_bottom ?? ''}}" style="background-color:{{$section_bg ?? ''}}">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="newsletter-wrapper newsletter-bg radius-20 newsletter-wrapper-padding wow zoomIn" data-wow-delay=".3s">
<div class="newsletter-wrapper-shapes">
{!! render_image_markup_by_attachment_id($image ?? '') !!}
</div>
<div class="newsletter-contents center-text">
<h3 class="newsletter-contents-title">{{ $title ?? __('Join the club of hundreds of other Freelancers working with freedom') }}</h3>
<p class="newsletter-contents-para mt-3">{{ $subtitle ?? __('Get discounts and newsletters on our hotels in your email. We promise to not spam. Unsubscribe anytime') }}</p>
<form action="{{ route('newsletter.subscription') }}" method="post" id="newsletter_subscribe_from_addon">
@csrf
<div class="newsletter-contents-form custom-form mt-4">
<div class="error-message"></div>
<div class="single-input">
<input type="text" name="email" class="form--control" placeholder="{{ __('Enter Email') }}">
<button class="subscription_by_email"> {{ __('Submit') }} </button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Newsletter area end -->