@extends('layouts.app') @section('title') @if( ! empty($title)) {{ $title }} | @endif @parent @endsection @section('content')

@lang('app.sell_anything_quickly')

@lang('app.home_short_desc')

  • @lang('app.spam_free_ads')
  • @lang('app.low_cost_featured_ads')
  • @lang('app.sell_anything_quickly')
  • @lang('app.thousands_buyers_waiting')
@lang('app.post_an_ad')
@if($current_states->count())
@if($current_states->count() > 20) @lang('app.all_states') @endif
@endif
@if(get_option('enable_monetize') == 1)
{!! get_option('monetize_code_above_categories') !!}
@endif @if($top_categories->count())

@lang('app.categories')

@foreach($top_categories as $top_cat)
@if($top_cat->sub_categories->count())

@if($top_cat->sub_categories->count() > 5) View {{$top_cat->sub_categories->count()-5}} more @endif

@endif
@endforeach
@endif @if(get_option('enable_monetize') == 1)
{!! get_option('monetize_code_below_categories') !!}
@endif @if($premium_ads->count())

@lang('app.new_premium_ads')

@foreach($premium_ads as $ad)
@endforeach
@else

@lang('app.no_premium_ads_country')

@if (env('APP_DEMO') == true)

Seems you are checking the demo version, you can check ads preview by switching country to United States

Browse Countries

@endif
@endif @if(get_option('enable_monetize') == 1)
{!! get_option('monetize_code_below_premium_ads') !!}
@endif @if($regular_ads->count())

@lang('app.new_regular_ads')

@foreach($regular_ads as $ad)
@endforeach
@else

@lang('app.no_regular_ads_country')

@if (env('APP_DEMO') == true)

Seems you are checking the demo version, you can check ads preview by switching country to United States

Browse Countries

@endif
@endif @if(get_option('enable_monetize') == 1)
{!! get_option('monetize_code_below_regular_ads') !!}
@endif

@lang('app.ads')

{{$total_ads_count}} @lang('app.ads_available')

@lang('app.secured_payments')

@lang('app.secured_all_your_payments')s

@lang('app.trusted_sellers')

{{$user_count}} @lang('app.registered_sellers')
@endsection @section('page-js') @endsection