@include('frontend.includes.head') @push('styles_libs') @endpush @include('frontend.includes.styles') {!! head_code() !!}
@forelse ($slideshows as $slideshow) @if ($slideshow->type == 1)
@elseif ($slideshow->type == 2)
@endif @empty
@endforelse
@include('frontend.includes.navbar') @yield('content')
@if ($settings['counter_status'])

{{ lang('Active Users', 'home page') }}

{{ lang('Transferred files', 'home page') }}

{{ lang('Daily visitors', 'home page') }}

{{ lang('All-Time Downloads', 'home page') }}

@endif {!! ads_home_page_top() !!} @if ($features->count() > 0)
{{ lang('Features', 'home page') }}

{{ lang('Features description', 'home page') }}

@foreach ($features as $feature)
{{ $feature->title }}

{{ $feature->title }}

{{ $feature->content }}

@endforeach
@endif @if ($monthlyPlans->count() > 0 || $lifetimePlans->count() > 0 || $yearlyPlans->count() > 0)
{{ lang('Pricing', 'home page') }}

{{ lang('Pricing description', 'home page') }}

@if ($lifetimePlans->count() > 0 || $yearlyPlans->count() > 0)
{{ lang('Monthly', 'plans') }} {{ lang('Yearly', 'plans') }} @if ($lifetimePlans->count() > 0) {{ lang('Lifetime', 'plans') }} @endif
@endif @include('frontend.includes.plans')
@endif @if ($settings['website_blog_status'] && $blogArticles->count() > 0)
{{ lang('Blog', 'home page') }}

{{ lang('Blog description', 'home page') }}

@foreach ($blogArticles as $blogArticle)
{{ $blogArticle->title }} {{ $blogArticle->blogCategory->name }}
{{ shortertext($blogArticle->title, 60) }}

{{ shortertext($blogArticle->short_description, 120) }}

@endforeach
@endif {!! ads_home_page_bottom() !!} {!! ads_download_page_down_bottom() !!} @if ($faqs->count() > 0 && $settings['website_faq_status'])
{{ lang('FAQ', 'home page') }}

{{ lang('FAQ description', 'home page') }}

@foreach ($faqs as $faq)

{!! $faq->content !!}
@endforeach
@endif @if ($settings['website_contact_form_status'])
{{ lang('Contact Us', 'home page') }}

{{ lang('Contact Us description', 'home page') }}

@include('frontend.includes.contact-form')
@endif @push('scripts_libs') @endpush @include('frontend.includes.footer') @include('frontend.configurations.config') @include('frontend.configurations.widgets') @include('frontend.includes.scripts')