@extends('layout.app') @section('content')

{{isset($docs) ? "CẬP NHẬT TRẢ LỜI NHANH" : "THÊM MỚI TRẢ LỜI NHANH"}}

{{-- {!! Form::open(array('url' => url()->current(), 'method' => 'post', 'files'=> true, 'id'=>'validateForm','autocomplete'=>'off')) !!}--}} @if (isset($docs)) {!! Form::model($docs, array('url' => url('/marketing/setting-quick-reply/'.$docs->id), 'method' => 'put', 'files'=> true,'id'=>'fvalidate')) !!} @else {!! Form::open(array('url' => url()->current(), 'method' => 'post', 'files'=> true,'id'=>'fvalidate')) !!} @endif {{ Form::close() }}
@endsection @section('_script') @endsection