@component('mail::message', ['email' => $email])

Hey there!

Check out our exciting workshops coming up in the next few weeks:

@php $currentLocation = null; @endphp @foreach($workshops as $workshop) @if($workshop->location->name !== $currentLocation)

{{ $workshop->location->name }}

@php $currentLocation = $workshop->location->name; @endphp @endif

{{ $workshop->starts_at->format('D, j M, g:i A') . ' - ' }}{{ $workshop->title }} ({{ ($workshop->price && is_numeric($workshop->price) && $workshop->price != '0' ? '$' . number_format((float)$workshop->price, 2) : 'Free') . ( $workshop->status === 'scheduled' ? ' / Opens soon' : '') }})

@endforeach

@component('mail::button', ['url' => 'https://stemmechanics.com.au/workshops']) View All Workshops @endcomponent

We hope to see you at one of our upcoming workshops!

Warm regards,

— James 😁

@slot('subcopy')

Why did I get this email?

You received this email as you are subscribed to our upcoming workshop email list. If you wish no longer receive this email, you can unsubscribe here.

@endslot @endcomponent