@extends('emails.templates.default') @section('content')
|
{{ __('email.greeting', ['name' => trim($name)!='' ? $name : 'there']) }} |
||
|
{{ __('email.announcement.intro') }} |
||
|
||
| @include('emails.templates.signoff', ['thank_you' => __('email.thank_you'), 'wish' => __('email.wish')]) |