{{-- Name: import.create.blade Author: JH2 Created: 2016-02-09 --}} @extends('app') @section('_pageTitle', Lang::get('import.create.pageTitle')) @section('main-left') @include('import.partials.create', [ 'content_id' => 'import_create_12412', 'header_title' => Lang::get('import.create.headerTitle'), 'manual' => [ 'chapter' => 'IMPORT', 'section' => 'IMPORT_CREATE', ], ]) @stop @section('main-right') @include('partials.stats', [ 'content_id' => 'company_summary_3432581', 'header_title' => Lang::get('company.sumstats'), 'manual' => [ 'chapter' => 'COMPANY', 'section' => 'COMPANY_MONSTATS', ], ]) @stop