@extends('sendportal::layouts.app') @section('title', __('Confirm Campaign')) @section('heading') {{ __('Preview Campaign') }}: {{ $campaign->name }} @stop @section('content')
{{ __('Content') }}
{{ $campaign->from_name . ' <' . $campaign->from_email . '>' }}
{{ $campaign->subject }}
@csrf
{{ __('Test Email') }}
{{ __('RECIPIENT') }}
@csrf @method('PUT')
{{ __('Sending options') }}
{{ __('RECIPIENTS') }}
@forelse($tags as $tag)
@empty
{{ __('There are no tags to select') }}
@endforelse
{{ __('SCHEDULE') }}
{{ __('SENDING BEHAVIOUR') }}
{{ __('Cancel') }}
@stop @push('css') @endpush @push('js') @endpush