@extends('panel.layout.settings', ['layout' => 'wide']) @section('title', __('Send email')) @section('titlebar_actions', '') @section('settings')
@csrf

@lang("If you want your email sending to be efficient, you should use Redis for the queue. If your queue is sync, you won't benefit from this process.")

@lang("You can separate email addresses with the following symbols in English: ',', '\n' (newline), '\r' (carriage return), ';', ' ', '|'")
{{ old('receivers') }} @error('receiver')

{{ $message }}

@enderror
{{ __('Send') }}
@endsection