{{-- Name: senderprofile.create.blade.php Author: BH Created: 2015-10-07 Description: This is the create view for senderprofiles Updated by: Description: --}} @extends('app') @section('_pageTitle', Lang::get('senderprofile.create.pageTitle')) @section('main-left') @include('senderprofile.partials.createForm', [ 'content_id' => 'senderprofile_create_133325', 'header_title' => Lang::get('senderprofile.create.title'), 'paginate' => true, 'filter' => true, 'manual' => [ 'chapter' => 'SENDPRO', 'section' => 'SENDPRO_CREATE', ], ]) @stop @section('main-right') @include('partials.stats', [ 'content_id' => 'company_summary_42321', 'header_title' => Lang::get('company.sumstats'), 'manual' => [ 'chapter' => 'COMPANY', 'section' => 'COMPANY_MONSTATS', ], ]) @stop @section('footer-script') @include('senderprofile.partials.jscript') @stop