Attendize/resources/views/Emails/notifyCancelledAttendee.bla...

18 lines
631 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@extends('Emails.Layouts.Master')
@section('message_content')
<p>Добрый день,</p>
<p>
Ваш билет на мероприятие <b>{{{$attendee->event->title}}}</b> был отменен.
</p>
<p>
Вы можете связаться с <b>{{{$attendee->event->organiser->name}}}</b> по электронному адресу <a href='mailto:{{{$attendee->event->organiser->email}}}'>{{{$attendee->event->organiser->email}}}</a> или ответив на это письмо, если вам потребуется дополнительная информация.
</p>
@stop
@section('footer')
@stop