@extends('layouts.app') @section('title_full', __('Auto Reply').' - '.$mailbox->name) @section('sidebar') @include('partials/sidebar_menu_toggle') @include('mailboxes/sidebar_menu') @endsection @section('content')
{{ __('Auto Reply') }}
@include('partials/flash_messages')
{{ csrf_field() }}
auto_reply_enabled))checked="checked"@endif >
@include('partials/field_error', ['field'=>'auto_reply_enabled'])
@include('partials/field_error', ['field'=>'auto_reply_subject'])

{{ __("Auto replies don't include your mailbox signature, so be sure to add your contact information if necessary.") }}

@include('partials/field_error', ['field'=>'auto_reply_message'])
@endsection @include('partials/editor') @section('javascript') @parent summernoteInit('#auto_reply_message', {insertVar: true, excludeVars: ['%user.']}); @endsection