{{ trans('communication.table.title.emails', array( 'name' => $recipient->first_name )) }}
{{ trans('communication.table.header.from') }} | {{ trans('communication.table.header.subject') }} | {{ trans('communication.table.header.date') }} | {{ trans('communication.table.header.actions') }} |
---|---|---|---|
{{ $email->sender->id === $user->id ? 'You': $email->sender->first_name }} | {{ $email->subject }} | {{ date('F d, Y', strtotime($email->created_at)) }} | {{ trans('communication.table.data.action.read') }} |
{{ trans('communication.table.message.empty') }} |