@extends('sendportal::layouts.app') @section('title', __('Create Campaign')) @section('heading', __('Campaigns')) @section('content') @if( ! $emailServices)

{{ __('You haven\'t added any email service!') }}

{{ __('Before you can create a campaign, you must first') }} {{ __('add an email service') }}.

@else
{{ __('Create Campaign') }}
@csrf @include('sendportal::campaigns.partials.form')
@endif @stop