@extends('../../master_layout/website_master') @section('title') {{env('APP_NAME')}} :: Register Advertiser @endsection @section('heading')
Back

Escort Advertising for Independents

@endsection @section('content') @if (session('errors'))
@foreach($errors->all() as $message)
  • {{$message}}
  • @endforeach
    @endif
    @if (session('message'))
    @endif

    Register As an Escort

    @php $route = array(); if(isset($dealercode) && $dealercode !=''){ $route['dealercode'] = $dealercode; } @endphp Sign up with Google
    or
    @csrf
    Never displayed, never shared
    Do not use the same password as on the other sites!
    Used on the forums
    Have questions?
    See Help for Escorts
    @endsection @section('custom_js') @endsection