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

Create Newsletter

Create and send newsletters to your investors and subscribers.

@csrf
@error('subject')
{{ $message }}
@enderror
@error('template_name')
{{ $message }}
@enderror
You can use HTML tags for formatting. @error('content')
{{ $message }}
@enderror
Recipient Settings
{{--
--}}
Only send to subscribers with these tags
Template Settings
Sending Options
Back to List Cancel
@endsection