@if($campaign_event->status == \App\Models\Campaign_Event::STATUS_FORMATTING && !$campaign_deliverable->is_correct_num_blocks)
{{ Form::label_title('The number of blocks requiring text does not match the number of blocks of text.', \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
@endif
@if ($campaign_deliverable->uses_builder)
@if ($campaign_deliverable->type == \App\Models\Campaign_Deliverable::DELIVERABLE_TYPE_WEBPAGE && $campaign_deliverable->featured_image_url)
{{ Form::label_title('Featured Image:', \App\Helpers\FormComponentHelper::SIZE_EXLARGE, null, null) }}
@endif
@include('shared.grapejs._grapejs', [
'json_string' => $campaign_deliverable->json_string,
'styles_string' => $campaign_deliverable->styles_string,
'html_string' => $campaign_deliverable->html_string,
'css_string' => $campaign_deliverable->css_string,
])
@if ($campaign_deliverable->uses_builder)
@elseif ($campaign_deliverable->type == \App\Models\Campaign_Deliverable::DELIVERABLE_TYPE_SMS)
@include('reach.campaign_event.content_block._content_blocks', ['directory' => 'sms'])
@endif