{{-- Name: Notice.index.blade Author: JH2 Created: 2015-05-06 Description: This is the index page for notices, listing all notices. Updated by: Description: --}} @extends('app') @section('_pageTitle', Lang::get('newsletterTemplate.index.pageTitle')) @section('main-left') @include('newsletterTemplate.partials.list', [ 'content_id' => 'newsletterTemplate_list_12351', 'header_title' => Lang::get('newsletterTemplate.list'), 'data' => $data, 'paginate' => true, 'manual' => [ 'chapter' => 'NLETTTEMP', 'section' => 'NLETTTEMP_INDEX', ], ]) @stop @section('main-right') @include('partials.stats', [ 'content_id' => 'company_summary_325235', 'header_title' => Lang::get('company.sumstats'), 'manual' => [ 'chapter' => 'COMPANY', 'section' => 'COMPANY_MONSTATS', ], ]) @stop @section('footer-left') @stop