@extends('emails.layouts.master') @section('title', $msg->subject) @section('content')

{!! trans('mail.reply_form_content_1', ['senderName' => $msg->from_name]) !!} {!! nl2br($msg->message) !!} {!! trans('mail.reply_form_content_2', ['appName' => config('app.name')]) !!}

@endsection