@extends('layouts.frontend') @section('title', trans('messages.campaigns') . " - " . trans('messages.confirm')) @section('page_script') @endsection @section('page_header')
@include('automations._head') @include('automations._steps', [ 'step' => 'confirm' ])
@endsection @section('content')
{{ csrf_field() }}

{{ trans('messages.you_are_all_send') }}

{{ trans('messages.review_campaign_feeback') }}


uid) }}" class="btn bg-grey-800"> {{ trans('messages.back_to_workflow') }} @if ($automation->isValid()) @endif
@endsection