@extends('layouts.app') @section('content')
← Back to Dashboard

Create New Email Campaign

@csrf
@error('subject') {{ $message }} @enderror
@error('body_html') {{ $message }} @enderror

Email Styling

Pick a background color for the entire email canvas.
@forelse ($groups as $group)
@empty
No groups available. Add contacts first.
@endforelse
@error('groups') {{ $message }} @enderror

Live Preview

(No Subject)

M

Marketing Team <noreply@scuto.id>

to Recipients

@push('scripts') @endpush @endsection