@extends('notify::emails.templates.ark') @section('content') @include('notify::emails.templates.ark.heading', [ 'heading' => 'Hello World!', 'level' => 'h1' ]) @include('notify::emails.templates.ark.contentStart')
This is a test
@include('notify::emails.templates.ark.contentEnd') @include('notify::emails.templates.ark.heading', [ 'heading' => 'Another headline', 'level' => 'h2' ]) @include('notify::emails.templates.ark.contentStart')This is another test
@include('notify::emails.templates.ark.contentEnd') @stop