@extends('layouts.app') @section('content')
| Name | Message | Status | Action |
|---|---|---|---|
| No SMS templates added. | |||
| Campaign No | Name | Status | Recipients | Units | Estimated Cost | Added By | Action |
|---|---|---|---|---|---|---|---|
| {{ $campaign->campaign_no }} | {{ $campaign->name }} | {{ ucfirst($campaign->status) }} | {{ number_format($campaign->recipient_count) }} | {{ number_format($campaign->sms_units) }} | {{ number_format($campaign->estimated_cost, 2) }} | {{ $campaign->user?->name ?: '-' }} | View |
| No SMS campaigns found. | |||||||