@php $slickConfig = [ 'arrows' => false, 'dots' => false, 'autoplay' => false, 'infinite' => false, 'autoplaySpeed' => 3000, 'speed' => 800, 'slidesToShow' => 2, 'slidesToScroll' => 1, 'responsive' => [ [ 'breakpoint' => 1024, 'settings' => [ 'slidesToShow' => 2, ], ], [ 'breakpoint' => 767, 'settings' => [ 'arrows' => false, 'dots' => true, 'slidesToShow' => 1, ], ], ], ]; if (!$shortcode->app_enabled) { $slickConfig['slidesToShow'] = 3; } $posts = get_featured_posts(!$shortcode->app_enabled ? 3 : 2, ['author', 'categories:id,name', 'categories.slugable']); @endphp
bg) data-bg="{{ RvMedia::getImageUrl($shortcode->bg) }}" @endif>

{{ $shortcode->title }}

{{ __('All Articles') }}
@if ($shortcode->app_enabled)
app_bg) data-bg="{{ RvMedia::getImageUrl($shortcode->app_bg) }}" @endif>

{!! BaseHelper::clean($shortcode->app_title) !!}

{!! BaseHelper::clean($shortcode->app_description) !!}

@if ($shortcode->app_ios_img && $shortcode->app_ios_link) iOS @endif @if ($shortcode->app_android_img && $shortcode->app_android_link) Android @endif
@endif