{{-- Name: Notice.show.blade Author: JH2 Created: 2015-05-27 Description: This blade will display data for a specific Models\Sendout Updated by: Description: --}} @extends('app') @section('_pageTitle', Lang::get('sendout.edit.pageTitle')) @section('main-left') @include('sendout.partials.editForm', [ 'content_id' => 'sendout_3128', 'header_title' => Lang::get('sendout.editHeader'), ]) @stop @section('footer-left') @stop