@extends('settings.edit') @section('section') @include('user-settings.add_dns_modal')
@include('user-settings.setting_menu')
{{ __('messages.custom_domain.add_dns_record') }} ({{ __('messages.custom_domain.required_steps') }})
@csrf
@if (!$customDomain) {{ __('messages.custom_domain.note') }}: {{ __('messages.custom_domain.note_msg') }} @endif @if ($customDomain && $customDomain->is_approved == 0) {{ __('messages.custom_domain.already_applied') }} @endif @if ($customDomain && $customDomain->is_approved == 1 && $customDomain->is_active) {{ __('messages.custom_domain.eligible') }}
@endif @if ($customDomain && $customDomain->is_approved == 2) {{ __('messages.custom_domain.domain_reject') }}
@endif @if ($customDomain && $customDomain->is_approved == 1 && !$customDomain->is_active) {{ __('messages.custom_domain.in_active') }}
@endif @if ($customDomain && $customDomain->is_approved == 1 && $customDomain->is_active)
is_use_vcard) checked @endif> 
@endif

{{ __('messages.custom_domain.how_work') }}

  • {{ __('messages.custom_domain.how_work_msg1') }}
  • {{ __('messages.custom_domain.how_work_msg2') }} https://appurl.com/{alias}

  • {{ __('messages.custom_domain.how_work_msg3') }} https://custom-domain/{alias}

@if (!$customDomain)
@endif
@endsection