@extends('Emails.Layouts.Master') @section('message_content')
Hi there,
You have received a message from {{$sender_name}} in relation to the event {{$event->title}}.
{!! nl2br($message_content) !!}
You can contact {{$sender_name}} directly at {{$sender_email}}, or by replying to this email.
@stop @section('footer') @stop