@extends('layouts.admin') @section('page-title', 'New SMS Campaign') @section('content')
{{-- Page Header --}}

New SMS Campaign

Compose and send bulk SMS to your audience

{{-- Main Form --}}
{{-- Message Card --}}

Message Content

@csrf
0 / 1000
0 SMS segments
| 160 chars per segment

Max 11 characters. Alphanumeric only. Leave blank to use default.

{{-- Sidebar --}}
{{-- Recipient Info --}}

Audience Overview

Subscribers
{{ number_format($subscriberCount) }}
Customers
{{ number_format(\App\Models\User::role('customer')->count()) }}
Vendors
{{ number_format(\App\Models\User::role('vendor')->count()) }}
Total Reachable {{ number_format($subscriberCount + \App\Models\User::role('customer')->count() + \App\Models\User::role('vendor')->count()) }}
{{-- Scheduling --}}

Schedule

Leave empty to save as draft

{{-- Quick Tips --}}

SMS Best Practices

  • Keep messages under 160 characters for single SMS
  • Include clear call-to-action in your message
  • Avoid ALL CAPS and excessive punctuation!!!
{{-- Actions --}}
Cancel
@push('scripts') @endpush @endsection