{{-- Name: sendout.index.blade Author: JH2 Created: 2015-05-06 Description: This is the index page for sendouts, listing all sendouts. Updated by: Description: --}} @extends('app') @section('_pageTitle', Lang::get('sendout.index.pageTitle')) @section('main-left') @include('sendout.partials.list', [ 'content_id' => 'sendout_list_1325', 'header_title' => Lang::get('sendout.sendoutList'), 'data' => $sendouts, 'paginate' => true, 'filter' => true, 'manual' => [ 'chapter' => 'SENDOUT', 'section' => 'SENDOUT_INDEX', ], ]) @stop @section('main-right') @include('partials.stats', [ 'content_id' => 'company_summary_42321', 'header_title' => Lang::get('company.sumstats'), 'manual' => [ 'chapter' => 'COMPANY', 'section' => 'COMPANY_MONSTATS', ], ]) @stop @section('footer-script') @stop