{{-- Name: Notice.adminIndex.blade Author: JH2 Created: 2016-08-18 --}} @extends('app') @section('_pageTitle', Lang::get('notice.index.pageTitle')) @section('main-left') @include('notice.partials.adminList', [ 'content_id' => 'notice_list_542351', 'header_title' => Lang::get('notice.notices'), 'manual' => [ 'chapter' => 'NOTICE', 'section' => 'NOTICE_INDEX', ], '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