{{ __('views.company.launch.to') }}
{{ __('views.company.launch.clear') }}
@foreach($lists as $launch) @endforeach
{{ __('views.company.launch.id') }} {{ __('views.company.launch.action_column') }} {{ __('views.company.launch.campaign') }} {{ __('views.company.launch.status') }} {{ __('company_launch.error_reason') }} {{ __('views.company.launch.total_clients') }} {{ __('views.company.launch.created') }} {{ __('views.company.launch.actions') }}
{{$launch->id}}
{{$launch->scheduleWithTrashed->action->translated_title}}

{{ __('views.company.launch.schedule_id_label') }} {{$launch->company_schedule_id}}

@if($launch->scheduleWithTrashed->subtype)

{{ __('views.company.schedule.subtype') }}: {{ $launch->scheduleWithTrashed->subtype->translated_name }}

@endif @if(!is_null($launch->bucket_id)) @if($launch->scheduleWithTrashed->action->code === \App\Models\Collection\Company\CompanyAction::COMPANY_EMAIL) Bucket ID: {{$launch->bucket_id}} @elseif($launch->scheduleWithTrashed->action->code === \App\Models\Collection\Company\CompanyAction::COMPANY_TELEPHONY) Bucket ID: {{$launch->bucket_id}} @else Bucket ID: {{$launch->bucket_id}} @endif @endif
{{$launch->companyWithTrashed->name}}

{{ __('views.company.launch.id_label') }} {{$launch->company_id}}

@switch($launch->status) @case(\App\Models\Collection\Company\CompanyLaunch::STATUS_COMPLETED) {{$launch->status_name}} @break @case(\App\Models\Collection\Company\CompanyLaunch::STATUS_PROCESSING) {{$launch->status_name}} @break @case(\App\Models\Collection\Company\CompanyLaunch::STATUS_PENDING) {{$launch->status_name}} @break @case(\App\Models\Collection\Company\CompanyLaunch::STATUS_FAILED) {{$launch->status_name}} @break @endswitch
{{ $launch->error_reason ?: '—' }}
@if($launch->error_details)
{{ __('company_launch.error_details_title') }}: {{ $launch->error_details }}
@endif
{{$launch->clients_count}} {{toDate($launch->created_at)}} {{-- @if($launch->is_pending || $launch->is_processing)--}} {{--
--}} {{-- @elseif($launch->is_paused)--}} {{--
--}} {{-- @endif--}}
{{$lists->links()}}
@push('styles') @endpush @push('scripts') @endpush