@extends('layouts.admin') @section('title', 'SMS Campaigns') @section('admin')
| Name | Status | Sent / Total | Created | |
|---|---|---|---|---|
| {{ $c->name }} | {{ $c->status }} | {{ $c->sent_count }} / {{ $c->total_recipients }} | {{ $c->created_at?->diffForHumans() }} | |
| No SMS campaigns yet. | ||||