@extends('Emails.Layouts.Master') @section('message_content')
Hi there,
You have received a message from {{{$event->organiser->name}}} in relation to the event {{{$event->title}}}.
{{nl2br($message_content)}}
You can contact {{{$event->organiser->name}}} directly at {{{$event->organiser->email}}}, or by replying to this email.
@stop @section('footer')You have received this message as you are listed as an attendee on an event which was created with Attendize Ticketing.
If you have any questions, simply contact us at {{config('attendize.incoming_email')}} and we'll be happy to help.
@stop