@extends('beautymail::templates.widgets') @section('content') @include('beautymail::templates.widgets.articleStart')

Hello World

This is a test

@include('beautymail::templates.widgets.articleEnd') @include('beautymail::templates.widgets.newfeatureStart')

Hello World again

This is another test

@include('beautymail::templates.widgets.newfeatureEnd') @stop