@extends('themes.default1.admin.layout.admin') @section('Settings') class="active" @stop @section('settings-bar') active @stop @section('auto-response') class="active" @stop @section('HeadInclude') @stop @section('PageHeader') @stop @section('breadcrumbs') @stop @section('content') {!! Form::model($responders,['url' => 'postresponder/'.$responders->id, 'method' => 'PATCH']) !!}

{{Lang::get('lang.auto_responce')}}

{!! Form::submit(Lang::get('lang.save'),['class'=>'btn btn-primary'])!!}
@if(Session::has('success'))
Success! {{Session::get('success')}}
@endif @if(Session::has('fails'))
Fail! {{Session::get('fails')}}
@endif
{!! Form::checkbox('new_ticket',1) !!}   {!! Form::label('new_ticket',Lang::get('lang.new_ticket')) !!}
{!! Form::checkbox('agent_new_ticket',1) !!}  {!! Form::label('agent_new_ticket',Lang::get('lang.new_ticket_by_agent')) !!}
{{--
--}} {{-- {!! Form::label('new_message',Lang::get('lang.new_message')) !!}
--}} {{-- {!! Form::checkbox('submitter',1,true) !!} {{Lang::get('lang.submitter')}} {{Lang::get('lang.send_receipt_confirmation')}}   

--}} {{-- {!! Form::checkbox('participants',1) !!} {{Lang::get('lang.participants')}} {{Lang::get('lang.send_new_activity_notice')}} --}} {{--

--}} {{--
--}} {{-- {!! Form::checkbox('overlimit',1) !!}  --}} {{-- {!! Form::label('overlimit',Lang::get('lang.overlimit_notice')) !!} --}} {{--
--}}
@stop