{{-- Name: sendout.receivers.blade Author: AL Created: 2016-01-11 Description: This is the receiver list page for sendouts, listing all receivers for sendout. Updated by: Description: --}} @extends('app') @section('_pageTitle', Lang::get('sendout.receivers.pageTitle')) @section('main-left') @include('sendout.partials.listReceivers', [ 'content_id' => 'sendout_listReceivers_3263', 'header_title' => Lang::get('sendout.receiverList', ['sendout' => $sendout->subject]), 'data' => $stats, 'sendout_id' => $sendout_id, 'paginate' => true, 'filter' => true, ]) @stop @section('main-right') @include('sendout.partials.stats', [ 'content_id' => 'sendout_3114', 'header_title' => Lang::get('sendout.stats.title'), ]) @stop