{{-- Name: smsSendout.show.blade Author: JH2 Created: 2017-02-22 --}} @extends('app') @section('_pageTitle', Lang::get('sms.show.pageTitle', ['name' => $smsSendout->name])) @section('main-left') @include('sms.partials.show', [ 'content_id' => 'smsSendout_3125', 'header_title' => Lang::get('sms.show.header', ['name' => $smsSendout->name]), ]) @stop @section('main-right') @stop @section('footer-left') @stop