11 lines
149 B
PHP
11 lines
149 B
PHP
@component('mail::message')
|
|
|
|
# {{ $announcement->title }}
|
|
|
|
{!! $announcement->body !!}
|
|
|
|
@lang('Thanks'),<br>
|
|
{{ config('app.name') }}
|
|
|
|
@endcomponent
|