Welcome Dear user
We have new newsletter for you about {{$data['subject']}}
{!! $data['msg'] !!}
Her is last articles we have
@if (isset($data['articles'])) @foreach ($data['articles'] as $article)
Article Title: {{$article->title}}
{!! $article->description!!}
Read More
@endforeach @endif