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

{{ __('Hello') }},

{{ __('This is an email to tell you that your trial will expire soon') }}

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

{{ __('Please login to your account to subscribe to a plan.') }}

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