Đồng bộ trả lời nhanh
{!! Form::open(array('url' => url('/marketing/setting-quick-reply/sync/'.$page_id), 'method' => 'post', 'files'=> true, 'id'=>'syncQuick','autocomplete'=>'off')) !!}

{{$fanpage->name}}

  • Ký tự tắt
    Tin nhắn
  • @forelse($list_quick_reply as $item)
  • {{$item->shortcut}}
    {!! @str_limit(strip_tags($item->message),120) !!}
  • @empty @endforelse
{{ Form::close() }}