{{-- Name: media.index.blade Author: AL Created: 2015-11-03 Description: This is the index page for medias Updated by: Description: --}} @extends('app') @section('_pageTitle', Lang::get('media.index.pageTitle')) @section('main-left') @include('media.partials.index', [ 'content_id' => 'media_tree_12111', 'header_title' => Lang::get('media.tree'), 'manual' => [ 'chapter' => 'MEDIA', 'section' => 'MEDIA_INDEX', ], ]) @stop @section('main-right') {{-- @include('partials.stats', [ 'content_id' => 'company_summary_343781', 'header_title' => Lang::get('company.sumstats'), 'manual' => [ 'chapter' => 'COMPANY', 'section' => 'COMPANY_MONSTATS', ], ]) --}} @stop @section('footer-script') @include('media.partials.jscript') @stop