Fix email for news not going out (#1131)

This commit is contained in:
Nabeel S
2021-04-11 14:32:58 -04:00
committed by GitHub
parent 648e7a261d
commit fdab4ee530
3 changed files with 15 additions and 15 deletions

View File

@@ -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') }}