{{__('The given data was invalid.')}}
| {{ __('Keyword') }} | {{ __('Details') }} | {{ __('Status') }} | {{ __('Read') }} | {{ __('Typing') }} | {{ __('Quoted') }} | {{ __('Delay') }} | {{ __('Type') }} | {{ __('Action') }} |
|---|---|---|---|---|---|---|---|---|
|
{{ __($autoreply['type_keyword']) }}
{{ __($autoreply['reply_when']) }}
|
status == 'active' ? 'checked' : '' }}>
{{ __($autoreply->status) }}
|
is_read ? 'checked' : '' }}>
{{ $autoreply->is_read ? __('Yes') : __('No') }}
|
is_typing ? 'checked' : '' }}>
{{ $autoreply->is_typing ? __('Yes') : __('No') }}
|
is_quoted ? 'checked' : '' }}>
{{ $autoreply->is_quoted ? __('Yes') : __('No') }}
|
{{ __($autoreply['type']) }} | |||
| {{ __('Please select device') }} | ||||||||