@extends('layouts.admin') @section('content')

Send a new spam message

@if($matches->count())
@csrf

A total of @{{ toIDs.length }} user(s) will receive this message.

The message will be sent on behalf of {{ $fake->name }}.

Please fill in the message you would like to send in the text box below.

@{{ message }}
Characters: @{{ message.length }} (suggested max 5000 characters)
@include('admin.spam._matches-table', ['users' => $matches])
@else

No user profiles match the search criteria. Please return to the previous page and adjust the search terms.

Back

@endif @endsection @if($matches->count()) @section('javascript') @endsection @endif