@extends('sendportal::layouts.app') @section('title', __('Cancel Campaign')) @section('heading') @lang('Cancel Campaign') - {{ $campaign->name }} @endsection @section('content') @component('sendportal::layouts.partials.actions') @slot('right') {{ __('Create Campaign') }} @endslot @endcomponent
{{ __('Confirm Cancellation') }}

{!! __('Are you sure that you want to cancel the :name campaign?', ['name' => $campaign->name]) !!}

@if($campaign->save_as_draft) {!! __('All draft messages will be permanently deleted.') !!} @else {!! __('Messages already dispatched will not be deleted. Unsent messages will not be dispatched.') !!} @endif

@csrf {{ __('Go Back') }}
@endsection