@component('mail::message') # PIREP Rejected! Your PIREP has been rejected @if($pirep->comments->count() > 0) ## Comments @foreach($pirep->comments as $comment) - {{ $comment->comment }} @endforeach @endif @component('mail::button', ['url' => route('frontend.pireps.show', [$pirep->id])]) View PIREP @endcomponent Thanks,
{{ config('app.name') }} @endcomponent