@component('mail::message')
Hi {{ $user->fname }},
# Thank you for registering for the upcoming EXPOMEDICS event in {{ $event->name }}!
Event Details:
📅 Date: {{ date('d', strtotime($event->date_start)) }} {{ date('F', strtotime($event->date_start)) }}
🏢 Location: {{ $event->place }}
📍 Address: {{ $event->address }}
🕒 Time: {{ $event->time_start }} - {{ $event->time_end }}
You will receive more information and updates as the event date approaches. If you have any questions, feel free to contact us.
We look forward to seeing you in {{ $event->name }}!
Thanks again and see you at the event
@lang('Best Regards'),
{{ config('app.name') }} Team
@endcomponent