@extends('layouts.app', ['title' => __('Send new campaign')]) @section('head') @endsection @section('content') @include('companies.partials.modals')

📢 {{__('Send new campaign')}}

@csrf

{{__('Campaign')}}

@include('wpbox::campaigns.new.campaign')
@if (isset($_GET['template_id']))

{{__('Variables')}}

@include('wpbox::campaigns.new.variables')

{{__('Preview')}}

@include('wpbox::campaigns.new.preview')

{{__('Send campaign')}}

@if (!isset($_GET['contact_id'])) @if($selectedContacts!="") @if ($selectedContacts==1)

{{__('Send to')}}:{{$selectedContacts}} {{__('contact')}}

@else

{{__('Send to')}}:{{$selectedContacts}} {{__('contacts')}}

@endif @endif @endif @if (!isset($_GET['contact_id'])&&$selectedContacts>0) @elseif(isset($_GET['contact_id'])) @endif
@endif
@endsection