{{-- Name: Notice.index.blade Author: JH2 Created: 2015-05-06 Description: This is the index page for notices, listing all notices. --}} @extends('app') @section('_pageTitle', Lang::get('notice.index.pageTitle')) @section('main-left') @include('notice.partials.list', [ 'content_id' => 'notice_list_12351', 'header_title' => Lang::get('notice.notices'), 'tooltip' => Lang::get('notice.index.tooltip'), 'data' => $notices, 'paginate' => true, 'filter' => true, ]) @stop @section('main-right') {{-- @can('globalStats') @include('partials.stats', [ 'content_id' => 'company_summary_437538', 'header_title' => Lang::get('company.globalstats'), ]) @else @include('partials.stats', [ 'content_id' => 'company_summary_1254', 'header_title' => Lang::get('company.sumstats'), ]) @endcan --}} @stop @section('footer-left') @stop