{{-- Name: package.customPackageForm.blade Author: AL Created: 2015-11-02 Description: This blade is used to show custom package contact form --}} @extends('app') @section('_pageTitle', Lang::get('package.custom.pageTitle')) @section('main-left') @include('package.partials.customPackageForm', [ 'content_id' => 'company_325554', 'header_title' => Lang::get('package.customPackage'), ]) @stop @section('main-right') @include('partials.stats', [ 'content_id' => 'company_summary_321151', 'header_title' => Lang::get('package.globalstats'), ]) @stop