Fix email for news not going out (#1131)
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
@component('mail::message')
|
||||
# {{ $news->subject }}
|
||||
|
||||
$news->body
|
||||
|
||||
@component('mail::button', ['url' => route('frontend.pireps.show', [$pirep->id])])
|
||||
View PIREP
|
||||
@endcomponent
|
||||
{{ $news->body }}
|
||||
|
||||
Thanks,<br>
|
||||
{{ config('app.name') }}
|
||||
|
||||
Reference in New Issue
Block a user