{{-- Name: Notice.show.blade Author: JH2 Created: 2015-06-01 Description: This blade will display data for a specific Models\Notice Updated by: Description: --}} @extends('app') @section('_pageTitle', $notice['title']) @section('main-left') @include('notice.partials.show', [ 'content_id' => 'notice_13251', 'header_title' => Lang::get('notice.notices'), 'data' => $notice, ]) @stop @section('main-right') @stop @section('footer-left') @stop