@extends('beautymail::templates.minty')
@section('content')
@include('beautymail::templates.minty.contentStart')
Welcome to Everest
|
|
Please follow this link to active your account
|
|
@include('beautymail::templates.minty.button', ['text' => 'Active', 'link' => $code ])
|
|
@include('beautymail::templates.minty.contentEnd')
@stop