@extends('frontend.layouts.auth') @section('title', __('Agent Register')) @push('styles') @endpush @section('auth-content') @php $myCurrentLocation = getLocation(); $allCountries = getCountries(); @endphp
{{-- Header --}}

{{ __('Create Agent Account') }}

{{ __('Sign up as an agent at') }} {{ setting('site_title') }}

{{ __('Agent Account') }}
{{-- Premium hero --}}
{{ __('Agent benefits') }}
{{ __('Earn commission, expand reach') }}

{{ __('Get an agent dashboard, commission tracking, and a dedicated profile once admin approves your application.') }}

@if ($errors->any()) @endif
@csrf
{{ __('Personal Information') }}
{{ $myCurrentLocation['dial_code'] }}

{{ __('Already have an agent account?') }} {{ __('Sign In') }}

@include('frontend.auth.partials._portal_switch', [ 'current' => 'agent', 'page' => 'register', 'heading' => __('Other registrations'), ])
@endsection