Characters : 0 Segments : 0
100% : no spam words detected Spam free score : 100
@include('pages.common.get-constants-field', ['textareaId' => 'emojiArea'])
@if($auth_user->enable_mms && $auth_user->canany(['carbon-list', 'mms-drips-list']))
X @if(isset($campaign->drips->first()->media_path)) X @endif
Allowed file types: png, jpg, jpeg. Max filesize 3MB.
@endif
@php $eventDayMonth = isset($campaign) && $campaign->drips->isNotEmpty() ? $campaign->drips->first()->event_day_month : ''; $day = null; $month = null; if (!empty($eventDayMonth)) { if (strpos($eventDayMonth, '-') !== false) { list($day, $month) = explode('-', $eventDayMonth); } else { $day = $eventDayMonth; // Only day is present $month = null; // Or set $month = Carbon\Carbon::now()->format('m'); for current month } } @endphp @php $eventEnd = isset($campaign) && $campaign->drips->isNotEmpty() ? $campaign->drips->first()->event_end : ''; $formattedEventEnd = $eventEnd ? \Carbon\Carbon::parse($eventEnd)->format('m/d/Y') : ''; @endphp