|
|
{{ isset($mail['to']) && $mail['to'] !== 'Unknown' ? $mail['to'] : (isset($mail['from']) ? $mail['from'] : 'Unknown') }}
|
{{ $mail['subject'] }} -
{{ \Illuminate\Support\Str::limit($mail['body'], 50) }}
|
@if($mail['has_attachment'])
@endif
|
{{ \Carbon\Carbon::parse($mail['date'])->diffForHumans() }}
|
@endforeach