@extends('layouts.popup.small') @section('title') content_copy {!! trans('messages.automation.copy.title', [ 'name' => $automation->name ]) !!} @endsection @section('content')
{{ csrf_field() }}

{{ trans('messages.automation.copy.wording') }}

@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('mail_list_uid'))
{{ $errors->first('mail_list_uid') }}
@endif
@endsection