{{-- Name: Notice.show.blade Author: JH2 Created: 2015-05-27 Description: This blade will display data for a specific Models\Sendout Updated by: Description: --}} @extends('app') @section('_pageTitle', Lang::get('sendout.show.pageTitle')) @section('main-left') @include('sendout.partials.stat-display', [ 'content_id' => 'sendout_3125', 'header_title' => Lang::get('sendout.statDisplay'), ]) @include('sendout.partials.stat-table', [ 'content_id' => 'sendout_2151', 'header_title' => Lang::get('sendout.statTable'), ]) @stop @section('main-right') @include('sendout.partials.stats', [ 'content_id' => 'sendout_3114', 'header_title' => Lang::get('sendout.stats.title'), ]) @include('sendout.partials.stats-pie', [ 'content_id' => 'sendout_4362', 'header_title' => Lang::get('sendout.show.stats-pie') ]) @stop @section('footer-left') @stop