| @lang('Email Subject (Student)') | @lang('Email Subject (Teacher)') | @lang('Recipients Emails') | @lang('Sent At') |
|---|---|---|---|
| {{ $history->subject['student'] ?? ($history->subject ?? '') }} | {{ $history->subject['teacher'] ?? '' }} | {{ implode(', ', array_slice($history->emails, 0, 3)) }} @if (count($history->emails) > 3) ... and {{ count($history->emails) - 3 }} more. @endif | {{ formatDateTime($history->created_at ?? '') }} |
| {{ trans('No email sent yet') }} | |||
Invio mail in corso...