@extends('layouts.app') @section('title', 'SMS Campaigns') @section('content')
Send bulk SMS to your customers — promotions, announcements, reminders.
| Name | Audience | Recipients | Sent/Failed | Status | Created | |
|---|---|---|---|---|---|---|
|
{{ $c->name }}
{{ \Illuminate\Support\Str::limit($c->message, 60) }}
|
{{ ucfirst(str_replace(['tag:', '_'], ['', ' '], $audience)) }} | {{ number_format($c->recipients_count ?? 0) }} | {{ number_format($c->sent_count ?? 0) }} / {{ number_format($c->failed_count ?? 0) }} | {{ $status }} | {{ $c->created_at ? $c->created_at->diffForHumans() : '—' }} | View |