{{ __('messages.subscribe_title') }}

{{ __('messages.subscribe_description') }}

@if ($sidebar_articles->isNotEmpty())
{{ __('messages.recent_blog_posts') }}
@foreach ($sidebar_articles as $article) {{ $article['title'] }}

{{ $article['title'] }}

{{ strip_tags($article['excerpt']) }}

{{ $article['category'] }}
@endforeach
@endif @if (!empty($ads) && !empty($ads[0]['sidebar_ad']))
@include('partials.vertical-ad')
@endif @if ($reviews->isNotEmpty())
{{ __('messages.what_users_are_saying') }}
@foreach ($reviews as $index => $review) @if ($index < 4)
{{ $review['name'] }}
{{ $review['name'] }}

{{ strip_tags($review['description']) }}

@for ($i = 1; $i <= $review['rating']; $i++) @endfor @for ($i = $review['rating'] + 1; $i <= 5; $i++) @endfor
@endif @endforeach
@endif @if (!empty($socialLinks))
{{ __('messages.contact_us') }}
@endif @if (!empty($fakeCounter) && ($fakeCounter['fake_counter_active'] ?? false) && ($fakeCounter['fake_coupons_count'] || $fakeCounter['fake_stores_count'] || $fakeCounter['fake_usage_count'] || $fakeCounter['fake_saving_percentage']))
{{ __('messages.site_statistics') }}
@if ($fakeCounter['fake_coupons_count'])
{{ __('messages.coupon_codes_and_deals') }} {{ $fakeCounter['fake_coupons_count'] }}
@endif @if ($fakeCounter['fake_stores_count'])
{{ __('messages.stores_offering') }} {{ $fakeCounter['fake_stores_count'] }}
@endif @if ($fakeCounter['fake_usage_count'])
{{ __('messages.monthly_savers') }} {{ $fakeCounter['fake_usage_count'] }}
@endif @if ($fakeCounter['fake_saving_percentage'])
{{ __('messages.average_discount') }} {{ $fakeCounter['fake_saving_percentage'] }}%
@endif
@endif @if (!empty($mobileApp) && ($mobileApp['show_in_sidebar'] ?? false) && ($mobileApp['google_play_link'] || $mobileApp['apple_store_link']))

{{ __('messages.get_app') }}

@if ($mobileApp['apple_store_link']) App Store @endif @if ($mobileApp['google_play_link']) Google Play @endif
@endif
@vite('resources/js/components/sidebar.js')