{{$headers->get('subject')}}
{{$name}}
{{$headers->get('from')->getName()}}
{{$headers->get('from')->getAddress()}}
to
me
on {{$headers->get('date')->format('H:i')}} {{$headers->get('date')->format('d/m/y')}}
Reply
Reply
Forward
Print
Spam
Delete
{!!$body!!}
@if (!empty($message->getAttachments()))
attachments
@foreach ($message->getAttachments() as $attachment)
{!!$attachment->getFileName()!!}
{!!$attachment->getBytes()!!} byte
View
Download
@endforeach
@endif