@extends('frontend.layouts.auth') @section('title', __('Agent Register')) @push('styles') @endpush @section('auth-content') @php $myCurrentLocation = getLocation(); $allCountries = getCountries(); @endphp
{{ __('Sign up as an agent at') }} {{ setting('site_title') }}
{{ __('Agent Account') }}{{ __('Get an agent dashboard, commission tracking, and a dedicated profile once admin approves your application.') }}
{{ __('Already have an agent account?') }} {{ __('Sign In') }}
@include('frontend.auth.partials._portal_switch', [ 'current' => 'agent', 'page' => 'register', 'heading' => __('Other registrations'), ])