{{ method_field('PUT') }} @csrf
@error('name')
{{ $message }}
@enderror
@if(auth()->user()->customer->getOption('sender_id_verification') == 'yes')

{{ __('locale.labels.originator') }}

@can('view_sender_id')
sender_id) && !is_null($contact->sender_id)) checked @endif value="sender_id" id="sender_id_check"/>
@endcan @can('view_numbers')
sender_id)) checked @endif value="phone_number" name="originator" id="phone_number_check"/>
@endcan @else
@error('sender_id')

{{ $message }}

@enderror
@endif
{{ __('locale.labels.settings') }}

{{ __('locale.contacts.send_welcome_message') }}?

{!! __('locale.contacts.send_welcome_message_description') !!}

send_welcome_sms == 1 ? 'checked': null }} class="form-check-input" id="send_welcome_sms">

{{ __('locale.contacts.send_unsubscribe_notification') }}?

{!! __('locale.contacts.send_unsubscribe_notification_description') !!}

unsubscribe_notification == 1 ? 'checked': null }} class="form-check-input" id="unsubscribe_notification">
@can('view_keywords')

{{ __('locale.contacts.send_keyword_message') }}?

{!! __('locale.contacts.send_keyword_message_description') !!} {{ __('locale.menu.Keywords') }}

send_keyword_message == 1 ? 'checked': null }} class="form-check-input" id="send_keyword_message">
@endcan