@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') @stop