{{-- Name: Notice.create.blade Author: JH2 Created: 2015-05-26 Description: This is the page used to create a new Models\Notice Updated by: Description: --}} @extends('app') @section('_pageTitle', Lang::get('notice.create.pageTitle')) @section('main-left') @include('notice.partials.createForm', [ 'content_id' => 'notice_create_31512', 'header_title' => Lang::get('notice.create.header'), ]) @stop @section('main-right') {{-- @include('partials.stats', [ 'content_id' => 'company_summary_437358', 'header_title' => Lang::get('company.globalstats'), ]) --}} @stop @section('footer-left') @stop