{{--
Name: senderprofile.edit.blade
Author: BH
Created: 2015-10-07
Description: This is the page used to edit a old Models\SenderProfile
Updated by:
Description:
--}}
@extends('app')
@section('_pageTitle', Lang::get('senderprofile.edit.pageTitle'))
@section('main-left')
@include('senderprofile.partials.editForm', [
'content_id' => 'senderprofile_edit_31512',
'header_title' => Lang::get('senderprofile.edit'),
])
@stop
@section('main-right')
@include('partials.stats', [
'content_id' => 'company_summary_4373348',
'header_title' => Lang::get('company.globalstats'),
])
@stop
@section('footer-script')
@stop