@extends('layouts.app') @section('content')
@if(session('status')) @endif

Broadcast a Message

Enter a message to send. The message length is limited based on the longest person's name. To include the person's name, enter the placeholder {name}.

{{ csrf_field() }}

Phone Numbers

Enter your phone number database, one person per line. First name followed by their phone number. Numbers will be normalized to US format when saved.

{{ csrf_field() }}
@endsection