@extends('panel.layout.app') @section('title', __('Add or Edit Email Templates')) @section('additional_css') @error('content') @enderror @endsection @section('content')
@csrf

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.

"You can separate email addresses with the following symbols in English: ',', '\n' (newline), '\r' (carriage return), ';', ' ', '|'
@error('receiver') {{ $message }} @enderror
@endsection @section('script') @endsection