@section('title', 'Messaging') @section('heading', 'Messaging') @section('top-menu-items') @endsection
@foreach ($templates as $index => $template)
Send Test Email
@error('testEmails.' . $index)
{{ $message }}
@enderror
This will send a test email with placeholder data replacing template variables.
@endforeach
@push('styles') @endpush @push('scripts') @endpush