@extends('layouts.master') @section('page_title',$title) @section('content')
{{ Form::page_header($title, "paper_stack") }}
@include('reach.campaign_event._campaign_event_sidebar')
@if($campaign_event->is_article) {{ Form::row_label_inline('Article Type', $campaign_event->_article->article_type_label, 'label-grey', 3, 9,\App\Helpers\FormComponentHelper::SIZE_EXLARGE ) }} {{ Form::row_label_inline('Diction', $campaign_event->diction_label, 'label-grey', 3, 9,\App\Helpers\FormComponentHelper::SIZE_EXLARGE ) }} {{ Form::row_label_inline('Tone', $campaign_event->tones, 'label-grey', 3, 9,\App\Helpers\FormComponentHelper::SIZE_EXLARGE ) }} {{ Form::row_label_inline('Delivery', $campaign_event->delivery_label, 'label-grey', 3, 9,\App\Helpers\FormComponentHelper::SIZE_EXLARGE ) }} {{ Form::row_label_inline('Voice', $campaign_event->voice_label, 'label-grey', 3, 9,\App\Helpers\FormComponentHelper::SIZE_EXLARGE ) }} @endif @include('reach.campaign_event.scheduling._campaign_event_schedule') {{ Form::row_label_inline('Category & Drivers', $campaign_event->category_drivers, 'label-grey', 3, 9,\App\Helpers\FormComponentHelper::SIZE_EXLARGE ) }}
{{ Form::button_link('Edit', action('CampaignEventController@edit_settings', compact('business', 'campaign_event'))) }} {{ Form::button_link('Close', action('CampaignController@campaign_content', compact('business', 'campaign'))) }}
{{ Form::close() }}
@endsection @section('page_script') @include('reach.campaign_event._campaign_event_sidebar_script') @endsection