@extends('layouts.admin.base') @section('page-title') Email @endsection @section('content')
Sender: {{ $email->from_name }}
Sent: {{ formatDateTime($email->created_at) }}
{!! html_entity_decode($email->body) !!}