@extends('../../master_layout/website_master') @section('title') {{env('APP_NAME')}} :: Contact Us @endsection @section('heading')
@endsection @section('content')
@if (session('message'))
@endif

Contact Us

  • Are you are an Independent escort with a question? First, look at our Help for advertisers.
  • Any other query/request, contact us here.
  • Click here to view support tickets.
@if (session('errors'))
@foreach($errors->all() as $message)
  • {{$message}}
  • @endforeach
    @endif
    @csrf
    @endsection @section('custom_js') @endsection