@extends('layouts.admin') @section('title', 'New Campaign') @push('styles') @endpush @section('admin')
@include('admin._nav')

New Campaign

@if($errors->any())
@endif
@csrf

Personalization tokens like @{{first_name}} are supported.

Pre-filled from your Brand Kit. Override here for this campaign only.

Audience

@foreach($tags as $tag) @endforeach
@foreach($tags as $tag) @endforeach

Schedule

You can change this later before sending.

{{-- Auto-detected browser timezone banner --}}

@php $tzOptionsCreate = [ 'America/New_York' => 'Eastern (New York)', 'America/Chicago' => 'Central (Chicago)', 'America/Denver' => 'Mountain (Denver)', 'America/Phoenix' => 'Mountain — no DST (Phoenix)', 'America/Los_Angeles' => 'Pacific (Los Angeles)', 'America/Anchorage' => 'Alaska (Anchorage)', 'Pacific/Honolulu' => 'Hawaii (Honolulu)', 'UTC' => 'UTC', 'Europe/London' => 'London', 'Europe/Berlin' => 'Berlin / Paris', 'Asia/Tokyo' => 'Tokyo', 'Australia/Sydney' => 'Sydney', ]; $defaultTzCreate = old('schedule_timezone', config('app.timezone', 'America/Denver')); @endphp
Cancel
@endsection @push('scripts') @endpush