@extends('layouts.admin') @section('header', 'Create Email Campaign') @section('content')

Create New Email Campaign

Fill in the details to create your email campaign.

@csrf
@if ($errors->any())
{{ __('Whoops! Something went wrong.') }}
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Campaign Details

Internal name for this campaign (not visible to recipients)

Sender Information

Email Content

HTML content is supported. You can use variables like {first_name}, {company_name}, etc.

Scheduling

Cancel
@endsection @push('scripts') @endpush