@section('title') My Profile @endsection @section('breadcrumbs') {{ Breadcrumbs::render('settings') }} @endsection
@include('pages.users.profile-headerdetails')
@method('PUT') @csrf
Payment Setting
{!! $errors->has('minimum_credit') ? '' : ''!!}
{!! $errors->has('auto_charge') ? '' : ''!!}
@php $vacation_mode = $auth_user->vacation_mode; @endphp @if(($auth_user->messaging_status == 1 && $vacation_mode == 0) || ($auth_user->messaging_status == 0 && $vacation_mode == 1))
Vacation Setting
{!! $errors->has('vacation_mode_auto_reply_message') ? '' : ''!!}
@endif @canany(['carbon-list', 'sms-drips-list', 'mms-drips-list', 'email-drips-list', 'email-drips-list', 'rvm-drips-list'])
Drip Time Window
@php $allowNight = $auth_user->allow_night; @endphp

We need your attention!

Enabling this feature could result in drips being sent past 8pm EST which is a violation and could result in fines. Textdrip LLC is not liable if this feature is enabled.
@endcanany @canany(['carbon-list', 'quick-responses-list'])
Google Calendar
@php $allowGoogleSync = $auth_user->allow_google_sync; @endphp
@endcanany @canany(['carbon-list', 'voice-calls-list'])
Textdrip Dialer
@php $textdripDialer = $auth_user->textdrip_dialer; @endphp
@endcanany @canany(['carbon-list', 'call-forward-list'])
Call Forwarding Settings
{!! $errors->has('forward_number') ? '' : ''!!}
@endcanany @if(isRowUser($auth_user->id) == 0 && $auth_user->canany(['carbon-list', 'multi-number-list']))
Default Number Setup (API)
@php $defaultNumber = $auth_user->default_number; @endphp
@endif
Toaster Notification Setting
@php $notification_toaster = $auth_user->notification_toaster; @endphp
Additional Emails For OTP
@php $ccMail = ''; $userSettings = $auth_user->userSettings()->first(); if($userSettings) { $ccMail = $userSettings->otp_email; } @endphp
Specify multiple email addresses using a comma(,) as a separator, such as "example@test.com, example_1@test.com."
{!! $errors->has('otp_email') ? '' : ''!!}
Clone Settings Of a User
@if(isset($requestEmail) && $requestEmail->status != 2)
{{$requestEmail->email}}
@if($requestEmail->status == 1)
Status: In Progress
@elseif($requestEmail->status == 3)
Status: Completed
@else
Status: Waiting for approval
@endif @else {!! $errors->has('request_email') ? '' : ''!!} @endif
Protect Account With Enterprise DNC
@php $ednc = $auth_user->ednc; @endphp
EDNC Message Fail Settings
message_fail == 1 ? 'checked' : '' )}}>
message_fail == 2 ? 'checked' : '' )}}>
@if($auth_user->enable_intent_feedback && $auth_user->enable_intent_feedback == 1)
Message intent setting:
@php $enable_intent_feedback_user = $auth_user->enable_intent_feedback_user; @endphp
@endif
Cancel
@push('scripts') @endpush