@extends('emails.html.emailBase') @section('header')
{{{ $header_text }}}
@stop @section('body')

{{ Helper::rawToHtml($message_body) }}

@stop