@if (!isset($_GET['contact_id'])) @include('partials.input',['id'=>'name','name'=>'Campaign name','placeholder'=>'Name for your campaing', 'required'=>false]) @endif @include('partials.select',['id'=>'template_id','name'=>'Template','data'=>$templates, 'required'=>true]) @if (isset($_GET['contact_id'])) @include('partials.select',['id'=>'contact_id','name'=>'Contact','data'=>$contacts, 'required'=>true]) @else @include('partials.select',['id'=>'group_id','name'=>'Contacts','data'=>$groups, 'required'=>false])
{{ __('Per client, based on the contact timezone') }}
@include('partials.toggle',['dloff'=>'Schudule send','dlon'=>'Send now','dloff'=>'Schudule send','id'=>'send_now','name'=>'Ignore schuduled time and send now', 'checked'=>(isset($_GET['send_now']))]) @endif