@extends('templates._email') @section('lead')

Recent articles and updates published on the TMCP website

Dear Colleague,

The following updates, news and events are now available from the News Hub area on TMCP’s website.

Please click the links below to access the full article.

Kind regards,
TMCP

You are receiving this email as you have subscribed to receive notifications of the latest updates, news and events from TMCP’s website.

@endsection @section('main-content')
@foreach($posts as $key => $post)

{{ $post->title }}

@if($post->category)

Category: {{ $post->category->label }}

@endif

{{ $post->excerpt }}

Read more @if(count($posts) != $key + 1)
@endif
@endforeach
@endsection @section('footer') @include('sections.email-footer', ['user_token' => $user->token ]) @endsection