@extends('notify::emails.templates.minty')
@section('content')
@include('notify::emails.templates.minty.contentStart')
{!! $html !!}
|
{{--
Welcome Steve
|
|
This is a paragraph text
|
|
This is a heading
|
|
More paragraph text.
|
|
@include('beautymail::templates.minty.button', ['text' => 'Sign in', 'link' => '#'])
|
|
--}}
@include('notify::emails.templates.minty.contentEnd')
@stop