@extends('mail.layout') @section('logo') {!! $logo !!} @endsection @section('content')

Hello,

You have a new message in {{$project->title}}.

{!! $message->msg_content !!}
@endsection