@if ($campaign_deliverable->type == \App\Models\Campaign_Deliverable::DELIVERABLE_TYPE_WEBPAGE)
{{ Form::label_title('Featured Image:', \App\Helpers\FormComponentHelper::SIZE_EXLARGE, null, null) }}
@if (!$campaign_deliverable->featured_image_url)
{{ Form::button_ex('Choose Featured Image',
'open_choose_image_modal("'.action('CampaignDeliverableTemplateController@save_promo_image', compact('business')) .'", "do_save_file_path", "");') }}
@endif
@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,
])