{{ __('mail_log.subtitle') }}
{{ __('mail_log.empty') }}
@else| {{ __('mail_log.col_when') }} | {{ __('mail_log.col_to') }} | {{ __('mail_log.col_subject') }} | {{ __('mail_log.col_kind') }} |
|---|---|---|---|
| {{ $mail->sent_at->local()->isoFormat('D. MMM YYYY, HH:mm:ss') }} |
@if ($mail->customer)
{{ $mail->customer->name }}
{{ $mail->to }} @else {{ $mail->to }} @endif |
{{ $mail->subject }}
@if ($mail->from_operator)
|
{{ $mail->kind() }} |