{{-- Name: sendout.createConsentEmail.blade Author: AL Created: 2018-05-04 --}} @extends('app') @section('_pageTitle', Lang::get('sendout.create.consentPageTitle')) @section('main-left') @include('sendout.partials.createConsentEmailForm', [ 'content_id' => 'sendout_create_consent_314022', 'header_title' => Lang::get('sendout.create.consentHeader'), 'manual' => [ 'chapter' => 'SENDOUT', 'section' => 'SENDOUT_CREATE', ], ]) @stop @section('footer-left') @stop