| {{ trans('Name') }} | {{ trans('Email') }} | {{ trans('Teacher/Tutor') }} | ||
|---|---|---|---|---|
| {{ $teacher->full_name }} | {{ $teacher->email }} | {{ trans($teacher::USER_TYPES[$teacher->type]) }} | {{--{{ $teacher->subjects->pluck('class')->unique()->join(', ') }} | --}}|
| {{ trans('No teacher/tutor linked') }} | ||||
| @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) ... {{ trans('and') }} {{ count($history->emails) - 3 }} {{ trans('more') }}. @endif | {{ formatDateTime($history->created_at??'') }} |
Invio mail in corso...