@extends('core::layouts.master') @section('breadcrumb','Quản lý chiến dịch') @section('head-action') {{ Form::bsNavButton('Tạo lịch gửi SMS mới',route('admin.schedule.sms.create')) }} @endsection @section('content') @if($config == false) @include('ecommerce::schedule.sms.config') @endif @if($api == 'vmg')
Lưu ý: VMG chưa hỗ trợ xóa lịch hẹn từ hệ thống website iTop. Bạn vui lòng truy cập trình quản lý SMS của VMG để xóa nếu cần.
@endifChiến dịch | Số người gửi | Đối tác | Lịch gửi | Ngày tạo | Trạng thái | |
---|---|---|---|---|---|---|
$key]) }}"> {{ $value['title'] }} | {{ ($value['user_ids'] == 'all') ? 'Tất cả' : count($value['user_ids']) }} khách hàng | {{ (!empty($value['api'])) ? $value['api'] : '' }} | {{ ($value['status'] != 0) ? date('d-m-Y H:i:s', strtotime($schedule)) : '' }} | {{ $value['created_at'] }} | @php if($value['status'] == 0){ echo 'Bản nháp'; }else{ if(strtotime($schedule) > strtotime(date('Y-m-d H:i'))){ echo 'Đã lên lịch'; } else{ echo 'Đã hoàn tất'; } } @endphp | $key]) }}"> |