@extends('layouts.popup.small') @section('content')
uid) }}" method="POST" class="form-validate-jqueryz" > {{ csrf_field() }}

{{ trans('messages.automation.contacts.copy_to_new_list') }}

{!! trans('messages.automation.contacts.copy_to_new_list.intro', [ 'count' => number_with_delimiter($subscribers->count(), $precision = 0), ]) !!}

@include('helpers.form_control', [ 'type' => 'text', 'class' => '', 'label' => '', 'name' => 'name', 'value' => '', 'placeholder' => trans('messages.automation.contacts.copy_to_new_list.enter_list_name'), 'help_class' => 'trigger', 'rules' => ['name' => 'required'], ])
@endsection