{{-- Name: Manual.index.blade Author: JH2 Created: 2015-05-28 Description: This is the index page for the manual controller, listing all manual sections. Updated by: Description: --}} @extends('app') @section('_pageTitle', Lang::get('manual.index.pageTitle')) @section('main-left') @include('manualChapter.partials.list', [ 'content_id' => 'manual_1325', 'header_title' => Lang::get('manual.sections'), 'data' => $sections, 'paginate' => true, 'filter' => true ]) @stop @section('main-right') {{-- @include('partials.stats', [ 'content_id' => 'company_summary_3562562', 'header_title' => Lang::get('company.sumstats'), ]) --}} @stop @section('footer-left') @stop