{{-- Name: senderprofile.activate.blade.php Author: AL Created: 2016-02-17 Description: This is the activation page for senderprofiles Updated by: Description: --}} @extends('plain') @section('_pageTitle', Lang::get('senderprofile.activate.pageTitle')) @section('main-left') @include('senderprofile.partials.activate', [ 'content_id' => 'senderprofile_activate_80085', 'header_title' => Lang::get('senderprofile.verifySuccessTitle'), 'senderprofile' => $senderprofile, ]) @stop