{{-- Name: senderprofile.index.blade.php Author: BH Created: 2015-09-29 Description: This is the index page for senderprofiles Updated by: Description: --}} @extends('app') @section('_pageTitle', Lang::get('senderprofile.index.pageTitle')) @section('main-left') @include('senderprofile.partials.list', [ 'content_id' => 'senderprofile_list_133325', 'header_title' => Lang::get('senderprofile.index.list'), 'data' => $senderprofile, 'paginate' => true, 'filter' => true, 'manual' => [ 'chapter' => 'SENDPRO', 'section' => 'SENDPRO_INDEX', ], ]) @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') @stop