{{-- Name: receiver.import.blade Author: JH2 Created: 2015-10-21 --}} @extends('app') @section('_pageTitle', Lang::get('receiver.import.pageTitle')) @section('main-left') @include('receiver.partials.importForm', [ 'content_id' => 'receiver_import_1234', 'header_title' => Lang::get('receiver.import.title'), 'manual' => [ 'chapter' => 'RECEIVER', 'section' => 'RECEIVER_IMPORT', ], ]) @stop @section('main-right') @include('partials.stats', [ 'content_id' => 'company_summary_34571', 'header_title' => Lang::get('company.sumstats'), 'manual' => [ 'chapter' => 'COMPANY', 'section' => 'COMPANY_MONSTATS', ], ]) @stop