@extends('admin.partial.template-full') @section('section')
Message Body
{{$message->message}}
Admin Reply:
@if($message->responded_at){{$message->response}}
@else @if(config('mail.default') === 'log')You need to configure your mail driver before you can send outgoing emails.