@if ($this->form->campaigns_feed_enabled)
{{ __mc('Your public feed will be available at') }}
{{$emailList->feedUrl()}}
@endif
{{ __mc('Select a mailer for each of the functionalities of Mailcoach. If you leave them empty, the default mailer or the mailer set in your configuration file will be used.') }}
@if(count(config('mail.mailers')) > 1)
@else
{{ __mc('No mailers set.') }}
@endif
@if ($this->form->report_campaign_sent || $this->form->report_campaign_summary || $this->form->report_email_list_summary)
@endif
@if (\Illuminate\Support\Facades\Schema::hasColumn(\Spatie\Mailcoach\Mailcoach::getEmailListTableName(), 'extra_attributes'))
{{ __mc('You can define global attributes here that get merged in when sending an email to this list.') }}
{{ __mc('Add attribute') }}
@endif
@if ($form->dirty)
{{ __mc('You have unsaved changes') }}
@else