{!! $body !!} @if(!empty($email->attachments))
Attachments:
@foreach($email->attachments as $attachment)
{{ $attachment['original_name'] }}
@endforeach
@endif