{{-- Name: import.edit.blade Author: JH2 Created: 2016-02-10 --}} @extends('app') @section('_pageTitle', Lang::get('import.edit.pageTitle')) @section('main-left') @include('import.partials.edit', [ 'content_id' => 'import_edit_12455', 'header_title' => Lang::get('import.edit.headerTitle'), 'manual' => [ 'chapter' => 'IMPORT', 'section' => 'IMPORT_EDIT', ], ]) @stop @section('main-right') @include('partials.stats', [ 'content_id' => 'company_summary_34331', 'header_title' => Lang::get('company.sumstats') ]) @stop