@extends('layouts.app') @section('content') @php $subjectValue = old('subject', $campaign->subject); $preheaderValue = old('preheader', $campaign->preheader); $fromNameValue = old('from_name', $campaign->from_name); $fromEmailValue = old('from_email', $campaign->from_email); $replyToValue = old('reply_to_email', $campaign->reply_to_email); $editorModeValue = old('editor_mode', $campaign->editor_mode); $fontFamilyValue = old('font_family', $campaign->font_family); $backgroundColorValue = old('background_color', $campaign->background_color); $foregroundColorValue = old('foreground_color', $campaign->foreground_color); $htmlBodyValue = old('html_body', $campaign->html_body); $textBodyValue = old('text_body', $campaign->text_body); $sendRateValue = old('send_rate_per_minute', $campaign->send_rate_per_minute); $previewHtmlValue = (string) ($preview['html'] ?? $htmlBodyValue); $locked = $variant->campaign_send_id !== null || $campaign->status !== 'draft'; @endphp
{{ $test->name }} | {{ $campaign->name }} | {{ $variant->list?->name ?: 'Sin alias' }}