{{-- Name: receiverList.index.blade Author: Arto Laine Created: 2015-09-29 Description: This is the index page for receiver lists Updated by: Description: --}} @extends('app') @section('_pageTitle', Lang::get('receiverList.index.pageTitle')) @section('main-left') @include('receiverList.partials.list', [ 'content_id' => 'receiverlist_list_11455', 'header_title' => Lang::get('receiverList.list') , 'data' => $receiver_lists, 'filter' => true, 'manual' => [ 'chapter' => 'RECLIST', 'section' => 'RECLIST_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