{{ __('Inbox') }}
| UID | Subject | From | {{--Message | --}}Attachments |
|---|---|---|---|---|
| {{$message->getUid()}} | {{$message->getSubject()}} | {{$message->getFrom()[0]->mail}} | {{--{!! $message->getHTMLBody(true) !!} | --}}{{$message->getAttachments()->count() > 0 ? 'yes' : 'no'}} |
| {{ __('No message found in inbox') }} | ||||
{{ $messages->links() }}