@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'); } } if(Config::get('customtitles.title_callgirls_common') != ''){ $title_callgirls_auction = Config::get('customtitles.title_callgirls_common'); } else { $title_callgirls_auction = "Call Girls"; } @endphp