@extends('beautymail::templates.minty') @section('content') @include('beautymail::templates.minty.contentStart') Welcome {{$name}} This is a remainder email This is a heading {{$remarks}} @include('beautymail::templates.minty.button', ['text' => 'Sign in', 'link' => '#']) @include('beautymail::templates.minty.contentEnd') @stop