{{-- Name: receiverList.create.blade Author: Arto Laine Created: 2015-10-22 Description: This is the edit page for creating receiver lists Updated by: Description: --}} @extends('app') @section('_pageTitle', Lang::get('receiverList.create.pageTitle')) @section('main-left') @include('receiverList.partials.createList', [ 'content_id' => 'receiverlist_editlist_11415', 'header_title' => Lang::get('receiverList.create.title'), 'manual' => [ 'chapter' => 'RECLIST', 'section' => 'RECLIST_CREATE', ], ]) @stop @section('main-right') @include('partials.stats', [ 'content_id' => 'company_summary_343581', 'header_title' => Lang::get('company.sumstats'), 'manual' => [ 'chapter' => 'COMPANY', 'section' => 'COMPANY_MONSTATS', ], ]) @stop