@extends('layouts.app') @section('title', 'Home') @section('content')
@if(!empty(setting('site.count_users')))

{!! setting('site.count_users') !!} @lang('site.Users')

@endif @if(!empty(setting('site.count_downloads')))

{!! setting('site.count_downloads') !!} @lang('site.Downloads')

@endif @if(!empty(setting('site.count_likes')))

{!! setting('site.count_likes') !!} @lang('site.Likes')

@endif @if(!empty(setting('site.count_star_ratings')))

{!! setting('site.count_star_ratings') !!} @lang('site.5_Star_Ratings')

@endif
@foreach($services as $service)

{!! $service->title !!}

{!! $service->description !!}

@endforeach
@if(!empty(Voyager::image(setting('site.ads_image'))))
@endif
@foreach($ads as $index=>$ad) @endforeach
@foreach($ads as $index=>$ad) @endforeach

@lang('site.About')

{!! setting('about-section.about_section_short_description_'.locale_key()) !!}

@lang('site.Vision')

{!! setting('about-section.about_section_vision_'.locale_key()) !!}

@lang('site.Objectives')

{!! setting('about-section.about_section_objectives_'.locale_key()) !!}

@lang('site.Message')

{!! setting('about-section.about_section_message_'.locale_key()) !!}

{!! setting('download-section.download_section_title_'.locale_key()) !!}

{!! setting('download-section.download_section_short_description_'.locale_key()) !!}

@if(!empty(setting('download-section.download_section_link_app_store'))) @endif @if(!empty(setting('download-section.download_section_link_google_play'))) @endif @if(!empty(setting('download-section.download_section_link_huawei_store'))) @endif

@lang('site.Join_as_a_partner_with_Amnuh_and_download_the_app')

@if(!empty(setting('download-section.download_section_link_app_store_for_captain'))) @endif @if(!empty(setting('download-section.download_section_link_google_play_for_captain'))) @endif @if(!empty(setting('download-section.download_section_link_huawei_store_for_captain'))) @endif

{!! setting('download-section.download_section2_title_'.locale_key()) !!}

@if(!empty(setting('download-section.download_section2_link_app_store'))) @endif @if(!empty(setting('download-section.download_section2_link_google_play'))) @endif @if(!empty(setting('download-section.download_section2_link_huawei_store'))) @endif

@lang('site.Amnuh_Screens')

{!! setting('site.short_description_amnuh_screens_'.locale_key()) !!}

@foreach($screens as $screen)
Loading Image
@endforeach

@lang('site.Testimonial')


@lang('site.What_Client_Says')

@endsection