@section('title', __('Drive with :app_name', ['app_name' => appName()])) @php $colors = getAppColorShades(); $bgColorStart = $colors['shades'][400]; $bgColorEnd = $colors['shades'][700]; @endphp
@if (setting('partnersCanRegister', true))

{{ __('Drive. Earn. Grow.') }}

{{ __('Create your account and start your journey with us today.') }}

{{ __('Personal Details') }}

{{-- taxi driver section --}}

{{ __('Vehicle Details') }}

{{-- car make --}} {{-- car model --}}
{{-- vehicle type --}}

{{ __('Documents') }}

{!! setting('page.settings.driverDocumentInstructions', '') !!}

{{ __('I agree with') }} {{ __('terms and conditions') }}

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

@else {{-- Registration disabled --}}

{{ __('Registration Page Not available') }}

{{ __('Partner account registration is currently unavailable. Please stay tune/contact support regarding further instruction about registering for a partners account. Thank you') }}

{{ __('Contact Us') }}

@endif @push('styles') @endpush @push('scripts') @endpush