{{-- Name: sendout.create.blade Author: JH2 Created: 2015-09-25 --}} @extends('app') @section('_pageTitle', Lang::get('sendout.create.pageTitle')) @section('main-left') @include('sendout.partials.createForm', [ 'content_id' => 'sendout_create_325122', 'header_title' => Lang::get('sendout.create.header'), 'manual' => [ 'chapter' => 'SENDOUT', 'section' => 'SENDOUT_CREATE', ], ]) @stop @section('footer-left') @stop