Welcome Dear user

We have new newsletter for you about {{$data['subject']}}

{!! $data['msg'] !!}
@if (isset($data['articles']))

Her is last articles we have

@foreach ($data['articles'] as $article)

Article Title: {{$article['title']}}

{!! $article['description']!!} Read More
@endforeach @endif