2019-08-31 03:59:17 +08:00
|
|
|
@component('mail::message')
|
2020-02-02 02:05:56 +08:00
|
|
|
# {{ $news->subject }}
|
2019-08-31 03:59:17 +08:00
|
|
|
|
2020-02-02 02:05:56 +08:00
|
|
|
$news->body
|
2019-08-31 03:59:17 +08:00
|
|
|
|
2020-02-02 02:05:56 +08:00
|
|
|
@component('mail::button', ['url' => route('frontend.pireps.show', [$pirep->id])])
|
|
|
|
View PIREP
|
|
|
|
@endcomponent
|
2019-08-31 03:59:17 +08:00
|
|
|
|
2020-02-02 02:05:56 +08:00
|
|
|
Thanks,<br>
|
|
|
|
{{ config('app.name') }}
|
2019-08-31 03:59:17 +08:00
|
|
|
@endcomponent
|