@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) {{-- Custom CSS --}} @section('css') {{-- TinyMCE CDN --}} @endsection @section('content')
{{-- Failed --}} @if (Session::has('failed')) @endif {{-- Success --}} @if (Session::has('success')) @endif
@csrf

{{ __('Campaign Details') }}

{{-- Campaign Name --}}
{{ __('Campaign Name') }}
{{-- Campaign Description --}}
{{ __('Description') }}

{{ __('Email Notification Details') }}

{{-- Available Groups --}} @if (count($groups) > 0) {{-- Campaign Groups --}}
{{ __('Groups') }}
@else
{{-- Heading --}}
{{ __('Groups') }}
{{ __('No groups found') }}
@endif {{-- Email Subject --}}
{{ __('Email Subject') }}
{{-- Email Body using TinyMCE --}}
{{ __('Email Body') }}
{{-- Use #name to use the customer name --}} {{ __('Use #name to use the customer name.') }}
@include('admin.includes.footer')
@endsection {{-- Custom JS --}} @section('scripts') {{-- Tom Select --}} {{-- TinyMCE --}} @endsection