@extends('layouts.admin') @section('header', 'SMS Campaign Management') @section('content')

Create SMS Campaign

Design and schedule your SMS marketing campaign

@if($errors->any()) @endif
@csrf

Campaign Details

@error('name')
{{ $message }}
@enderror

This name appears as the sender of the SMS (alphanumeric, max 11 characters)

@error('sender_id')
{{ $message }}
@enderror

Message Content

Plain text only, no HTML formatting

0/160 characters (1 SMS)
@error('message')
{{ $message }}
@enderror

Click any tag to insert it into your message at the cursor position

Recipients

@foreach($recipientLists as $list)
@endforeach
@error('recipient_lists')
{{ $message }}
@enderror

Send a test SMS to this number before sending to all recipients

@error('test_number')
{{ $message }}
@enderror

Scheduling Options

@error('send_option')
{{ $message }}
@enderror

Advanced Options

Cancel
@push('scripts') @endpush @endsection