@extends('../../master_layout/website_master') @section('title') {{env('APP_NAME')}} - Home @endsection @section('heading')
Back

{{env('APP_NAME')}} - Establishing New Standards for Elite Escorts

@endsection @section('content')

Find an escort

Our goal is to help you find the right escort for you, right now! {{env('APP_NAME')}} provides listings of providers of massage and other services.

We have {{$total_escorts}} escorts in World Wide, {{$total_escorts_verified_photos}} profiles have verified photos. @if(isset($popular_services) && count($popular_services) > 0) The most popular services offered on {{env('APP_NAME')}} are: @php $sc = 0;@endphp @foreach($popular_services as $service) @php $sc++;@endphp {{$service->service_name}}@if($sc == count($popular_services)-1){{', and '}}@elseif($sc == count($popular_services)){{'.'}} @else{{', '}}@endif @endforeach @endif

Popular Locations
    @if(isset($popular_countries) && !empty($popular_countries)) @foreach($popular_countries as $pcountry)
  • {{ $pcountry->country_name }}
  • @endforeach @endif

Independent escort?

Listing your profile on the website is easy! Don't worry if you don't see your country or city on this page – it will appear when you list!

@if(isset($countries) && !empty($countries)) @foreach($countries as $pcountry)
  • @if($pcountry->country_flag !='' && file_exists(public_path('/uploads/flags/').'/'.$pcountry->country_flag)) {{$pcountry->country_name}} @endif {{ $pcountry->country_name }}
  • @php $cities = getProfileCitiesByCountryId($pcountry->country_id); @endphp @if(isset($cities) && !empty($cities)) @foreach($cities as $city)
  • {{ $city->city_name }}
  • @endforeach @endif
@endforeach @endif
@endsection