{{-- Name: notice.create Author: JH2 Created: 2015-05-26 --}} @extends('partials.box') @section($content_id) {!! Form::model('Sendout', ['method' => 'put', 'route' => ['sendout.update', $sendout->id], 'class' => 'form-horizontal', 'data-element' => 'sendout-form']) !!}