@extends('layouts.master') @section('page_title',$title) @section('content')
{{ Form::page_header($title, "paper_stack") }}
{{ Form::hidden('campaign_event', $campaign_event->campaign_event, ['id' => 'campaign_event']) }} {{ Form::row_select_inline('deliverable_template', 'Template', null, \App\Models\Deliverable_Template::template_select($business, $campaign_deliverable->type, $campaign_event->event_type), 4, 8, null, null, 'Select') }}
{{ Form::button_link('Close', $campaign_deliverable->close_url) }}
@endsection @section('page_script') @endsection @section('page_style') @endsection