{{ __('Edit Broadcast') }}: {{ $broadcast->name }}

@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror
@error('device_id')

{{ $message }}

@enderror

You can use variables: {name}, {phone}

@error('message')

{{ $message }}

@enderror

Leave empty to send immediately

⚠️ Note: You cannot change the target contacts after creation. This broadcast is set to send to {{ $broadcast->total_contacts }} contacts.

Cancel