@extends('layouts.admin.base') @section('page-title') Email @endsection @section('content')
{{ $email->subject }}

Sender: {{ $email->from_name }}

Sent: {{ formatDateTime($email->created_at) }}


{!! html_entity_decode($email->body) !!}

Go Back
@endsection @section('scripts') @endsection