@extends('../../master_layout/website_master') @section('custom_css') @endsection @section('content') @if (session('errors'))
@foreach($errors->all() as $message)
  • {{$message}}
  • @endforeach
    @endif
    @php $title_callgirls = "Call Girls"; if(isset($search['gender']) && $search['gender'] == 'F') { $gendertitle = 'Female'; if(Config::get('customtitles.title_callgirls_female') !=''){ $title_callgirls = Config::get('customtitles.title_callgirls_female'); } } else if(isset($search['gender']) && $search['gender'] == 'M') { $gendertitle = 'Male'; if(Config::get('customtitles.title_callgirls_male') !=''){ $title_callgirls = Config::get('customtitles.title_callgirls_male'); } } else if(isset($search['gender']) && $search['gender'] == 'T') { $gendertitle = 'Shemale'; if(Config::get('customtitles.title_callgirls_shemale') !=''){ $title_callgirls = Config::get('customtitles.title_callgirls_shemale'); } } else { $gendertitle = 'All'; if(Config::get('customtitles.title_callgirls_common') !=''){ $title_callgirls = Config::get('customtitles.title_callgirls_common'); } } @endphp
    @php $category_name = ''; if(!empty($search_category) && isset($search_category->category_name) && $search_category->category_name !=''){ $category_name = $search_category->category_name; } $escort_url = 'Escorts from '.$category_name.' Category '; if($geolocation_string !=''){ $escort_url .= $geolocation_string; } $breadcrumb = array( array('title'=>$escort_url, 'url'=>'', 'active'=>'1') ); @endphp @include('website_view.component.breadcrumb', compact("breadcrumb"))

    Escorts in {{$category_name}} Category @if($geolocation_string !='') {{ $geolocation_string }} @endif

    @if(isset($listprofiles) && $listprofiles['total_escorts'] > 0) @if(isset($plans) && !empty($plans)) @foreach($plans as $plan) @if(isset($listprofiles[$plan->plan_id]) && !empty($listprofiles[$plan->plan_id]))

    {{ $plan->plan_name}} Escorts & {{$title_callgirls}} @if($geolocation_string !='') {{ $geolocation_string }} @endif

      @foreach($listprofiles[$plan->plan_id] as $profile) @include('website_view.component.profile-card', $profile) @endforeach
    @endif @endforeach @endif @else
    Are you an escort @if($geolocation_string !='') {{ $geolocation_string }} @endif? Create your escort profile today and get listed.
    VIP Listing Guarantees you a spot in @if(isset($search_country->country_name) && $search_country->country_name !=''){{$search_country->country_name}}@endif listing page and A VIP Tag on your profile for Best Visibility MAXIMUM EXPOSURE as an escort in @if(isset($search_country->country_name) && $search_country->country_name !=''){{$search_country->country_name}}@endif.
    @endif
    @if($geolocation_description !='')

    {!! $geolocation_description !!}

    @endif
    @endsection @section('custom_js') @endsection